-
- Downloads
It was a very bad idea to use #include "../e_os.h" -- when this occurs
in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
Showing
- Makefile.org 1 addition, 1 deletionMakefile.org
- apps/Makefile.ssl 427 additions, 412 deletionsapps/Makefile.ssl
- apps/apps.h 1 addition, 5 deletionsapps/apps.h
- apps/eay.c 1 addition, 5 deletionsapps/eay.c
- crypto/Makefile.ssl 25 additions, 25 deletionscrypto/Makefile.ssl
- crypto/asn1/Makefile.ssl 680 additions, 636 deletionscrypto/asn1/Makefile.ssl
- crypto/bio/Makefile.ssl 70 additions, 56 deletionscrypto/bio/Makefile.ssl
- crypto/bn/Makefile.ssl 36 additions, 19 deletionscrypto/bn/Makefile.ssl
- crypto/bn/bntest.c 1 addition, 5 deletionscrypto/bn/bntest.c
- crypto/buffer/Makefile.ssl 3 additions, 2 deletionscrypto/buffer/Makefile.ssl
- crypto/cast/Makefile.ssl 5 additions, 5 deletionscrypto/cast/Makefile.ssl
- crypto/cast/cast_lcl.h 2 additions, 6 deletionscrypto/cast/cast_lcl.h
- crypto/conf/Makefile.ssl 2 additions, 1 deletioncrypto/conf/Makefile.ssl
- crypto/cryptlib.h 1 addition, 5 deletionscrypto/cryptlib.h
- crypto/des/Makefile.ssl 9 additions, 9 deletionscrypto/des/Makefile.ssl
- crypto/dh/Makefile.ssl 12 additions, 8 deletionscrypto/dh/Makefile.ssl
- crypto/dsa/Makefile.ssl 30 additions, 24 deletionscrypto/dsa/Makefile.ssl
- crypto/err/Makefile.ssl 6 additions, 4 deletionscrypto/err/Makefile.ssl
- crypto/evp/Makefile.ssl 557 additions, 543 deletionscrypto/evp/Makefile.ssl
- crypto/lhash/Makefile.ssl 3 additions, 2 deletionscrypto/lhash/Makefile.ssl
Loading
Please register or sign in to comment