From 651d0aff98d28e2db146afa1790e9e22f3ef22db Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 22 Dec 1998 15:04:48 +0000 Subject: Various cleanups and fixed by Marc and Ralf to start the OpenTLS project --- crypto/dsa/.cvsignore | 1 + crypto/dsa/dsa_lib.c | 4 ++-- crypto/dsa/f | 6 ------ 3 files changed, 3 insertions(+), 8 deletions(-) create mode 100644 crypto/dsa/.cvsignore delete mode 100644 crypto/dsa/f (limited to 'crypto/dsa') diff --git a/crypto/dsa/.cvsignore b/crypto/dsa/.cvsignore new file mode 100644 index 0000000000..a65b41774a --- /dev/null +++ b/crypto/dsa/.cvsignore @@ -0,0 +1 @@ +lib diff --git a/crypto/dsa/dsa_lib.c b/crypto/dsa/dsa_lib.c index bfa9ca28d7..405807aad6 100644 --- a/crypto/dsa/dsa_lib.c +++ b/crypto/dsa/dsa_lib.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -/* Origional version from Steven Schoch */ +/* Original version from Steven Schoch */ #include #include "cryptlib.h" @@ -64,7 +64,7 @@ #include "dsa.h" #include "asn1.h" -char *DSA_version="\0DSA part of SSLeay 0.9.1a 06-Jul-1998"; +char *DSA_version="DSA part of SSLeay 0.9.1c 22-Dec-1998"; DSA *DSA_new() { diff --git a/crypto/dsa/f b/crypto/dsa/f deleted file mode 100644 index 36865a7f5d..0000000000 --- a/crypto/dsa/f +++ /dev/null @@ -1,6 +0,0 @@ - if ((dsa->method_mod_p == NULL) && (dsa->flags & DSA_FLAG_CACHE_MONT_P)) - { - if ((dsa->method_mod_p=(char *)BN_MONT_CTX_new()) != NULL) - if (!BN_MONT_CTX_set((BN_MONT_CTX *)dsa->method_mod_p, - dsa->p,ctx)) goto err; - } -- cgit v1.2.3