openssl/crypto/conf
Andy Polyakov 9887c71c41 Compaq C warns that "the expression 'p=scan_esc(p)' modifies the variable
'p' more than once without an intervening sequence point.  This behavior
is undefined." What it essentially complains about is 'p=p+=1'. Now it's
changed to 'p=p+1'...
2000-06-06 15:21:12 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
cnf_save.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
conf.h "make update" + stripping the type-specific stack functions out of 2000-06-01 06:07:19 +00:00
conf_api.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
conf_api.h In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, 2000-05-02 12:16:01 +00:00
conf_def.c Compaq C warns that "the expression 'p=scan_esc(p)' modifies the variable 2000-06-06 15:21:12 +00:00
conf_def.h I've always wanted to make the CONF library more adaptable. Here's 2000-04-09 12:04:35 +00:00
conf_err.c I've always wanted to make the CONF library more adaptable. Here's 2000-04-09 12:04:35 +00:00
conf_lib.c Use CONFerr, not RSAerr, in the conf library... 2000-04-26 12:15:19 +00:00
keysets.pl I've always wanted to make the CONF library more adaptable. Here's 2000-04-09 12:04:35 +00:00
Makefile.ssl "make update" 2000-04-09 12:52:40 +00:00
ssleay.cnf Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
test.c I've always wanted to make the CONF library more adaptable. Here's 2000-04-09 12:04:35 +00:00