]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/m_md2.c
Import of old SSLeay release: SSLeay 0.9.0b
[thirdparty/openssl.git] / crypto / evp / m_md2.c
index 17360c100e55136401717bc7ddc17b686bd3ff7c..2209416142de128d77db5009de354f52c80336fe 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/evp/m_md2.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -71,6 +71,8 @@ static EVP_MD md2_md=
        MD2_Update,
        MD2_Final,
        EVP_PKEY_RSA_method,
+       MD2_BLOCK,
+       sizeof(EVP_MD *)+sizeof(MD2_CTX),
        };
 
 EVP_MD *EVP_md2()