openssl/crypto/dh
Dr. Stephen Henson 6e781e8e07 Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality
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-24 13:28:57 +00:00
..
.cvsignore
dh192.pem
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh_check.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dh_err.c Complete rewrite of the error code generation script. It now runs as a single 1999-04-24 00:15:18 +00:00
dh_gen.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dh_key.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dh_lib.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dh.h Complete rewrite of the error code generation script. It now runs as a single 1999-04-24 00:15:18 +00:00
dhtest.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
example
generate
Makefile.ssl Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality 1999-04-24 13:28:57 +00:00
p192.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
p512.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
p1024.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00