summaryrefslogtreecommitdiff
path: root/apps/version.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing "-d" to option list of openssl version.jaenicke2008-10-201-1/+1
* Remove some unnecessary recursive includes from the internal apps.h header,geoff2004-05-171-0/+1
* EXIT() may mean return(). That's confusing, so let's have it really meanlevitte2002-12-031-1/+1
* fix previous commit (there's no SSLEAY_VERSION_TEXT)bodo2002-08-121-1/+1
* In case of shared libraries, we might run one version of thelevitte2002-08-111-1/+13
* Merge in DES changed from 0.9.7-stable.levitte2002-03-221-2/+2
* check OPENSSL_NO_... before including header files that might bebodo2001-11-221-5/+15
* Due to an increasing number of clashes between modern OpenSSL andlevitte2001-10-241-1/+1
* New functions SSL[_CTX]_set_msg_callback().bodo2001-10-201-0/+53
* Really add the EVP and all of the DES changes.ben2001-07-301-0/+5
* Use apps_shutdown() in all applications, in case someone decides notlevitte2001-06-231-0/+1
* Make all configuration macros available for application by makinglevitte2001-02-191-5/+5
* Add SSLEAY_DIR argument code for SSLeay_version.bodo2001-01-101-2/+5
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...rse2000-02-111-0/+2
* New Configure option no-<cipher> (rsa, idea, rc5, ...).ulf1999-04-271-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-2/+2
* Change functions to ANSI C.ulf1999-04-191-3/+1
* Make `openssl version' output lines consistent.rse1999-03-081-6/+10
* Initial revisionrse1998-12-211-0/+128