aboutsummaryrefslogtreecommitdiff
path: root/crypto/md5/md5_sha1.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-01-09 13:14:13 +1000
committerPauli <paul.dale@oracle.com>2020-01-19 10:14:39 +1000
commit85d843c8eccce937d073a9df7a193032478e21dd (patch)
tree747b066f6bae0f7440ccb9e7398f632783012440 /crypto/md5/md5_sha1.c
parent8720b1779442bc0259d89f4fe7f8d46ad4d0b0c0 (diff)
downloadopenssl-85d843c8eccce937d073a9df7a193032478e21dd.zip
openssl-85d843c8eccce937d073a9df7a193032478e21dd.tar.gz
openssl-85d843c8eccce937d073a9df7a193032478e21dd.tar.bz2
Deprecate the low level SHA functions.
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10791)
Diffstat (limited to 'crypto/md5/md5_sha1.c')
-rw-r--r--crypto/md5/md5_sha1.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/md5/md5_sha1.c b/crypto/md5/md5_sha1.c
index 32bf9a1..fa2ccde 100644
--- a/crypto/md5/md5_sha1.c
+++ b/crypto/md5/md5_sha1.c
@@ -6,6 +6,13 @@
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
+
+/*
+ * SHA-1 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
#include <string.h>
#include "prov/md5_sha1.h"
#include <openssl/evp.h>