summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorulf <ulf>1999-07-22 16:10:28 +0000
committerulf <ulf>1999-07-22 16:10:28 +0000
commit1418a37aee16ce79b018b2569ae3c241f53de8f2 (patch)
tree310576871ed9fd361fde1fd12f01c81397aa4566 /crypto
parent227c4eef321ee818cfc1d7454e4c2981404c93ee (diff)
downloadopenssl-1418a37aee16ce79b018b2569ae3c241f53de8f2.tar.gz
Make the perl module compile and eliminate some of the warnings.
Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/.cvsignore2
-rw-r--r--crypto/ex_data.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/.cvsignore b/crypto/.cvsignore
index ce36d588f..6b86a0a8d 100644
--- a/crypto/.cvsignore
+++ b/crypto/.cvsignore
@@ -1,4 +1,4 @@
lib
-date.h
+buildinf.h
opensslconf.h
Makefile.save
diff --git a/crypto/ex_data.c b/crypto/ex_data.c
index 741bb570f..176574766 100644
--- a/crypto/ex_data.c
+++ b/crypto/ex_data.c
@@ -141,7 +141,7 @@ char *CRYPTO_get_ex_data(CRYPTO_EX_DATA *ad, int idx)
return(sk_value(ad->sk,idx));
}
-/* The callback is called with the 'object', which is the origional data object
+/* The callback is called with the 'object', which is the original data object
* being duplicated, a pointer to the
* 'new' object to be inserted, the index, and the argi/argp
*/