Import of old SSLeay release: SSLeay 0.9.0b
[openssl.git] / crypto / evp / m_dss.c
index 743beacc5bf68de46789d56f04d438de7dba1e80..3549b1699c0d9fa1775a6fa13954ef290eefb4da 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/evp/m_dss.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
@@ -67,10 +67,12 @@ static EVP_MD dsa_md=
        NID_dsaWithSHA,
        NID_dsaWithSHA,
        SHA_DIGEST_LENGTH,
-       SHA_Init,
-       SHA_Update,
-       SHA_Final,
+       SHA1_Init,
+       SHA1_Update,
+       SHA1_Final,
        EVP_PKEY_DSA_method,
+       SHA_CBLOCK,
+       sizeof(EVP_MD *)+sizeof(SHA_CTX),
        };
 
 EVP_MD *EVP_dss()