aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/Makefile.ssl
AgeCommit message (Collapse)AuthorFilesLines
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-142/+148
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.
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-148/+142
include file.
1999-05-15Update dependencies.Bodo Möller1-131/+137
1999-05-13Update dependencies.Ben Laurie1-5/+5
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
Submitted by: Reviewed by: PR:
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3
Submitted by: Reviewed by: PR:
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1-3/+3
Submitted by: Reviewed by: PR:
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-1/+1
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1-3/+2
a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller1-0/+1
Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1-2/+0
to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1-6/+0
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
1999-04-23"make depend"Bodo Möller1-204/+320
Submitted by: Reviewed by: PR:
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
Submitted by: Reviewed by: PR:
1999-04-23Work with -pedantic!Ben Laurie1-20/+33
1999-04-13Delete all the old X509V3 pack and unpack stuff and various structures andDr. Stephen Henson1-36/+4
files associated with them. This stuff is all obsoleted by the new X509V3 code.
1999-04-12Add type-safe STACKs and SETs.Ben Laurie1-59/+60
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1-5/+5
1999-03-22Fix security hole.Ben Laurie1-23/+38
1999-03-06Put the dependencies back.Ben Laurie1-0/+206
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1-212/+5
consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
1999-01-30More pissing about to get pem.h to behave properly.Ben Laurie1-17/+16
1999-01-30Break circular dependency between pem and err.Ben Laurie1-24/+24
1999-01-19This time, get it right.Ben Laurie1-166/+170
1999-01-19Finally lay dependencies to rest (I hope!).Ben Laurie1-1/+204
1999-01-18New err_code.pl script to retain old error codes. This should allow the useDr. Stephen Henson1-1/+3
of 'make errors' without causing huge re-organisations of files when a new code is added.
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+96