diff options
Diffstat (limited to 'src/lib/libcrypto/pem')
-rw-r--r-- | src/lib/libcrypto/pem/Makefile.ssl | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/pem/pem_info.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pem/Makefile.ssl b/src/lib/libcrypto/pem/Makefile.ssl index 97af8255a3..31db6b65a1 100644 --- a/src/lib/libcrypto/pem/Makefile.ssl +++ b/src/lib/libcrypto/pem/Makefile.ssl | |||
@@ -40,7 +40,8 @@ all: lib | |||
40 | 40 | ||
41 | lib: $(LIBOBJ) | 41 | lib: $(LIBOBJ) |
42 | $(AR) $(LIB) $(LIBOBJ) | 42 | $(AR) $(LIB) $(LIBOBJ) |
43 | $(RANLIB) $(LIB) | 43 | @echo You may get an error following this line. Please ignore. |
44 | - $(RANLIB) $(LIB) | ||
44 | @touch lib | 45 | @touch lib |
45 | 46 | ||
46 | files: | 47 | files: |
diff --git a/src/lib/libcrypto/pem/pem_info.c b/src/lib/libcrypto/pem/pem_info.c index 1c5c6dea00..f1694f1125 100644 --- a/src/lib/libcrypto/pem/pem_info.c +++ b/src/lib/libcrypto/pem/pem_info.c | |||
@@ -305,7 +305,7 @@ int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc, | |||
305 | { | 305 | { |
306 | if ( (xi->enc_data!=NULL) && (xi->enc_len>0) ) | 306 | if ( (xi->enc_data!=NULL) && (xi->enc_len>0) ) |
307 | { | 307 | { |
308 | /* copy from wierdo names into more normal things */ | 308 | /* copy from weirdo names into more normal things */ |
309 | iv=xi->enc_cipher.iv; | 309 | iv=xi->enc_cipher.iv; |
310 | data=(unsigned char *)xi->enc_data; | 310 | data=(unsigned char *)xi->enc_data; |
311 | i=xi->enc_len; | 311 | i=xi->enc_len; |