提交 b5f6d9dc 编写于 作者: L Lutz Jänicke

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

上级 c063f2c5
......@@ -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;
......
......@@ -5743,7 +5743,7 @@ strucutre but also the private key and certificate associated with
EXAMPLES.
So lets play at being a wierd SSL server.
So lets play at being a weird SSL server.
/* setup a context */
ctx=SSL_CTX_new();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册