diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1998-12-22 16:04:48 +0100 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1998-12-22 16:04:48 +0100 |
commit | 651d0aff98d28e2db146afa1790e9e22f3ef22db (patch) | |
tree | 064b04a2d7eddda845048c0278df8bbb068622f5 /crypto/dsa/dsa_lib.c | |
parent | This commit was generated by cvs2svn to track changes on a CVS vendor (diff) | |
download | openssl-651d0aff98d28e2db146afa1790e9e22f3ef22db.tar.xz openssl-651d0aff98d28e2db146afa1790e9e22f3ef22db.zip |
Various cleanups and fixed by Marc and Ralf to start the OpenTLS project
Diffstat (limited to 'crypto/dsa/dsa_lib.c')
-rw-r--r-- | crypto/dsa/dsa_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <schoch@sheba.arc.nasa.gov> */ +/* Original version from Steven Schoch <schoch@sheba.arc.nasa.gov> */ #include <stdio.h> #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() { |