Yet more pissing about to get PEM built at the right moment.
authorBen Laurie <ben@openssl.org>
Sun, 31 Jan 1999 15:00:12 +0000 (15:00 +0000)
committerBen Laurie <ben@openssl.org>
Sun, 31 Jan 1999 15:00:12 +0000 (15:00 +0000)
Makefile.org
crypto/Makefile.ssl
crypto/pem/ctx_size.c

index ed0fc7a552d7582034e5ecba030fb460711f40cb..4e1c79e40cc403a7af57463a9b84b7da14e74561 100644 (file)
@@ -157,7 +157,7 @@ SDIRS=  \
        des rc2 rc4 rc5 idea bf cast \
        bn rsa dsa dh \
        buffer bio stack lhash rand err objects \
-       evp pem asn1 x509 x509v3 conf txt_db pkcs7 comp
+       evp asn1 pem x509 x509v3 conf txt_db pkcs7 comp
 
 # If you change the INSTALLTOP, make sure to also change the values
 # in crypto/location.h
index 784ad4d5b36d53c57e88169b6ad58de3bb20a927..17922ff1174530f3488fd8ba4ac8581ae67c3b05 100644 (file)
@@ -29,7 +29,7 @@ SDIRS=        md2 md5 sha mdc2 hmac ripemd \
        des rc2 rc4 rc5 idea bf cast \
        bn rsa dsa dh \
        buffer bio stack lhash rand err objects \
-       evp pem x509 x509v3 asn1 conf txt_db pkcs7 comp
+       evp asn1 pem x509 x509v3 conf txt_db pkcs7 comp
 
 GENERAL=Makefile README
 
index 87469bc4af47134c4ef5a5a3685e4dc07f9ba17c..76ef64b1298330ac6da328e869fa940bcec214f5 100644 (file)
@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include <string.h>
 #include "evp.h"
 
 int main(argc,argv)