summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'ssl')
-rw-r--r--ssl/tls_srp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/tls_srp.c b/ssl/tls_srp.c
index 69aef0c8d5..98b2785b8c 100644
--- a/ssl/tls_srp.c
+++ b/ssl/tls_srp.c
@@ -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>