X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=444e6f5d09119f286a37045258c52d187c722c82;hp=45a567ddd3e787d3b3b5a0e01bd840a092df79c1;hb=edc032b5e3f3ebb1006a9c89e0ae00504f47966f;hpb=bf48836c7c0f43fd4cabde2721537f0914cfb0f4 diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 45a567ddd3..444e6f5d09 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -289,6 +289,7 @@ #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 */