- 07 2月, 2003 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-
- 14 2月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- 08 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 25 1月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-
- 16 11月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
files.
-
- 10 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 08 3月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
Change mkerr.pl so that it puts the ERR_load_..._strings() prototype in header files that it writes.
-
由 Bodo Möller 提交于
-
- 21 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 09 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
away now...
-
- 24 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
has helped me a bit when I ran into trouble.
-
- 19 5月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 23 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
be explicitly stated with PKCS#7 verify. Also fix for util/mkerr.pl: if the -nostatic option is being used this will be for an external library so the autogenerated C file should include the header file as: #include "any/path/to/header.h" rather than the internal library form: #include <openssl/header.h>
-
- 25 4月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
also add a few missing prototypes.
-
由 Dr. Stephen Henson 提交于
a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
-
- 24 4月, 1999 3 次提交
-
-
由 Dr. Stephen Henson 提交于
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.
-
由 Ulf Möller 提交于
my code.
-
由 Dr. Stephen Henson 提交于
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.
-