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 | ||
README | ||
v3_akey.c | ||
v3_alt.c | ||
v3_bcons.c | ||
v3_bitst.c | ||
v3_conf.c | ||
v3_cpols.c | ||
v3_crld.c | ||
v3_enum.c | ||
v3_extku.c | ||
v3_genn.c | ||
v3_ia5.c | ||
v3_int.c | ||
v3_lib.c | ||
v3_pku.c | ||
v3_prn.c | ||
v3_skey.c | ||
v3_sxnet.c | ||
v3_utl.c | ||
v3conf.c | ||
v3err.c | ||
v3prin.c | ||
x509v3.h |
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING This is ***VERY*** new experimental code and is likely to change considerably or vanish altogether.