blob: a858dedac0789ea734dcd30c47bf1d5df299fe44 [file] [log] [blame]
package org.bouncycastle.crypto.tls;
public class ChangeCipherSpec
{
public static final short change_cipher_spec = 1;
}