init commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Org.BouncyCastle.Crypto.Tls;
|
||||
|
||||
public abstract class ChangeCipherSpec
|
||||
{
|
||||
public const byte change_cipher_spec = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user