summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-01-09 10:37:28 +1000
committerPauli <paul.dale@oracle.com>2020-01-12 12:02:17 +1000
commit8ffb20ce05c13f137c169ebdfd11f702da82e9eb (patch)
tree47f523e711260dcaa1a96600e742ece528cd785c /providers/implementations/digests
parent01b0768d098698701c5491d8386019491a3dfdc7 (diff)
Deprecate the low level MD4 functions.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10790)
Diffstat (limited to 'providers/implementations/digests')
-rw-r--r--providers/implementations/digests/md4_prov.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/providers/implementations/digests/md4_prov.c b/providers/implementations/digests/md4_prov.c
index 3ce356a58f..ba77758d07 100644
--- a/providers/implementations/digests/md4_prov.c
+++ b/providers/implementations/digests/md4_prov.c
@@ -7,6 +7,12 @@
* https://www.openssl.org/source/license.html
*/
+/*
+ * MD4 low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
#include <openssl/crypto.h>
#include <openssl/md4.h>
#include "prov/digestcommon.h"