Add SRP support.
[openssl.git] / ssl / ssl_locl.h
index 45a567ddd3e787d3b3b5a0e01bd840a092df79c1..444e6f5d09119f286a37045258c52d187c722c82 100644 (file)
 #define SSL_kEECDH             0x00000080L /* ephemeral ECDH */
 #define SSL_kPSK               0x00000100L /* PSK */
 #define SSL_kGOST       0x00000200L /* GOST key exchange */
+#define SSL_kSRP        0x00000400L /* SRP */
 
 /* Bits for algorithm_auth (server authentication) */
 #define SSL_aRSA               0x00000001L /* RSA auth */