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
cnf_save.c
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
conf_err.c
conf_lib.c Use CONFerr, not RSAerr, in the conf library... 2000-04-26 12:15:19 +00:00
conf.h "make update" + stripping the type-specific stack functions out of 2000-06-01 06:07:19 +00:00
keysets.pl
Makefile.ssl "make update" 2000-04-09 12:52:40 +00:00
ssleay.cnf
test.c