summaryrefslogtreecommitdiff
path: root/apps/srp.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-02-05 11:28:15 +0000
committerMatt Caswell <matt@openssl.org>2021-02-12 08:47:32 +0000
commit6d2a1eff553b0bd463cce008a25506d89280679f (patch)
treee2e8ba77a7f631a896e84244007caa30aa2aea23 /apps/srp.c
parentf2d785364cc8b59ad3b49c5f276b99dcfdc2e7d7 (diff)
downloadopenssl-new-6d2a1eff553b0bd463cce008a25506d89280679f.tar.gz
Deprecate the low level SRP APIs
The OTC decided that all low level APIs should be deprecated. This extends to SRP, even though at the current time there is no "EVP" interface to it. This could be added in a future release. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14132)
Diffstat (limited to 'apps/srp.c')
-rw-r--r--apps/srp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/srp.c b/apps/srp.c
index 2edc448c6c..375ae1327c 100644
--- a/apps/srp.c
+++ b/apps/srp.c
@@ -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>