Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always have
[oweals/openssl.git] / crypto / evp / e_null.c
index c30e2736f257de80dcae9c242390756b7c6ef0e0..e4e7ca76066fc7d502f44917a5f801f5e748f0f4 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/evp/e_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
@@ -77,6 +77,10 @@ static EVP_CIPHER n_cipher=
        1,0,0,
        null_init_key,
        null_cipher,
+       NULL,
+       0,
+       NULL,
+       NULL,
        };
 
 EVP_CIPHER *EVP_enc_null()