summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/srptest.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/srptest.c b/test/srptest.c
index 6a615a43d3..ac42094d65 100644
--- a/test/srptest.c
+++ b/test/srptest.c
@@ -7,6 +7,12 @@
* https://www.openssl.org/source/license.html
*/
+/*
+ * SRP is deprecated, so we're going to have to use some deprecated APIs in
+ * order to test it.
+ */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
#include <openssl/opensslconf.h>
# include "testutil.h"