Deprecate the low level SRP APIs
[openssl.git] / apps / srp.c
index 2edc448c6c34852229af9f537703007f01c784e4..375ae1327c794d4b0eb635304795e191cbe2b4a9 100644 (file)
@@ -11,6 +11,9 @@
  * for the EdelKey project.
  */
 
+/* SRP is deprecated, so we're going to have to use some deprecated APIs */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
 #include <openssl/opensslconf.h>
 
 #include <stdio.h>