aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/pem_info.c
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-02-09 19:03:53 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-02-09 19:03:53 +0000
commitb5f6d9dc6efa87f140894229c54dbf61d3f132c2 (patch)
tree32760f8cdb027e16a09de0585a89edb4a357faa9 /crypto/pem/pem_info.c
parentc063f2c5ec5afda27ffda674ccd593289fd6f4af (diff)
downloadopenssl-b5f6d9dc6efa87f140894229c54dbf61d3f132c2.zip
openssl-b5f6d9dc6efa87f140894229c54dbf61d3f132c2.tar.gz
openssl-b5f6d9dc6efa87f140894229c54dbf61d3f132c2.tar.bz2
Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.
Diffstat (limited to 'crypto/pem/pem_info.c')
-rw-r--r--crypto/pem/pem_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pem/pem_info.c b/crypto/pem/pem_info.c
index 1c5c6de..f1694f1 100644
--- a/crypto/pem/pem_info.c
+++ b/crypto/pem/pem_info.c
@@ -305,7 +305,7 @@ int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
{
if ( (xi->enc_data!=NULL) && (xi->enc_len>0) )
{
- /* copy from wierdo names into more normal things */
+ /* copy from weirdo names into more normal things */
iv=xi->enc_cipher.iv;
data=(unsigned char *)xi->enc_data;
i=xi->enc_len;