From d433f9014edac49202f34ba464534eafd4bf6701 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 31 Jan 1999 15:00:12 +0000 Subject: [PATCH] Yet more pissing about to get PEM built at the right moment. --- Makefile.org | 2 +- crypto/Makefile.ssl | 2 +- crypto/pem/ctx_size.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.org b/Makefile.org index ed0fc7a552..4e1c79e40c 100644 --- a/Makefile.org +++ b/Makefile.org @@ -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 diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 784ad4d5b3..17922ff117 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -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 diff --git a/crypto/pem/ctx_size.c b/crypto/pem/ctx_size.c index 87469bc4af..76ef64b129 100644 --- a/crypto/pem/ctx_size.c +++ b/crypto/pem/ctx_size.c @@ -57,7 +57,7 @@ */ #include -#include "cryptlib.h" +#include #include "evp.h" int main(argc,argv) -- 2.34.1