Import of old SSLeay release: SSLeay 0.9.0b
[openssl.git] / crypto / evp / m_null.c
index 47db2c5258072eb91550ce18da20a4d2237cbcc4..6d80560df2e57856de7bad5f7332bb9f980623f6 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/evp/m_null.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
@@ -75,7 +75,9 @@ static EVP_MD null_md=
        function,
        function,
        
-       EVP_PKEY_NULL_method
+       EVP_PKEY_NULL_method,
+       0,
+       sizeof(EVP_MD *),
        };
 
 EVP_MD *EVP_md_null()