Remove broken DSA private key workarounds.
[openssl.git] / crypto / mem_clr.c
index 1a06636d0ce8da052d0dec9580362274208084fb..e6450a12fe594691e238d940c12439c7da65ccc3 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/mem_clr.c -*- mode:C; c-file-style: "eay" -*- */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2002.
@@ -60,6 +59,7 @@
 #include <string.h>
 #include <openssl/crypto.h>
 
+extern unsigned char cleanse_ctr;
 unsigned char cleanse_ctr = 0;
 
 void OPENSSL_cleanse(void *ptr, size_t len)