Deprecate the low level SRP APIs
[openssl.git] / ssl / tls_srp.c
index 69aef0c8d5475863099e39fd7d750b304e689cf1..98b2785b8c6fa6ee3100427a9551972d9976738b 100644 (file)
@@ -11,6 +11,9 @@
  * for the EdelKey project.
  */
 
+/* We need to use the SRP deprecated APIs */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
 #include <openssl/crypto.h>
 #include <openssl/rand.h>
 #include <openssl/err.h>