Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.

This commit is contained in:
Lutz Jänicke
2001-02-09 19:05:11 +00:00
parent 1c08c320c5
commit 7b0cb7f08d
2 changed files with 2 additions and 2 deletions

View File

@@ -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) ) 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; iv=xi->enc_cipher.iv;
data=(unsigned char *)xi->enc_data; data=(unsigned char *)xi->enc_data;
i=xi->enc_len; i=xi->enc_len;

View File

@@ -5743,7 +5743,7 @@ strucutre but also the private key and certificate associated with
EXAMPLES. EXAMPLES.
So lets play at being a wierd SSL server. So lets play at being a weird SSL server.
/* setup a context */ /* setup a context */
ctx=SSL_CTX_new(); ctx=SSL_CTX_new();