]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/legacy/digests/md2_prov.c
Providers: move all digests
[thirdparty/openssl.git] / providers / legacy / digests / md2_prov.c
diff --git a/providers/legacy/digests/md2_prov.c b/providers/legacy/digests/md2_prov.c
deleted file mode 100644 (file)
index 2a4439d..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the Apache License 2.0 (the "License").  You may not use
- * this file except in compliance with the License.  You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#include <openssl/crypto.h>
-#include <openssl/md2.h>
-#include "internal/digestcommon.h"
-#include "internal/provider_algs.h"
-
-/* md2_functions */
-IMPLEMENT_digest_functions(md2, MD2_CTX,
-                           MD2_BLOCK, MD2_DIGEST_LENGTH, 0,
-                           MD2_Init, MD2_Update, MD2_Final)