summaryrefslogtreecommitdiff
path: root/crypto/ex_data.c
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/ex_data.c
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/ex_data.c')
-rw-r--r--crypto/ex_data.c2
1 files changed, 1 insertions, 1 deletions
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
*/