mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
7e70181723
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. |
||
---|---|---|
.. | ||
.cvsignore | ||
Makefile.ssl | ||
p12_add.c | ||
p12_attr.c | ||
p12_bags.c | ||
p12_crpt.c | ||
p12_crt.c | ||
p12_decr.c | ||
p12_init.c | ||
p12_key.c | ||
p12_kiss.c | ||
p12_lib.c | ||
p12_mac.c | ||
p12_mutl.c | ||
p12_sbag.c | ||
p12_utl.c | ||
pk12err.c | ||
pkcs12.h |