aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_time.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for VxWorks. Are these needed for 0.9.7 and up as well?Richard Levitte2002-12-041-0/+5
| | | | PR: 374
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-2/+2
| | | | | | exit() in whatever way works for the intended platform, and define OPENSSL_EXIT() to have the old meaning (the name is of course because it's only used in the openssl program)
* Add the configuration target VxWorks.Richard Levitte2002-02-141-2/+20
|
* Patches to make OpenSSL compilable on MacOS/X.Richard Levitte2002-01-081-1/+1
| | | | Submitted by Pier Fumagalli <pier@betaversion.org>
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith ↵Ralf S. Engelschall2000-02-111-0/+2
| | | | | | -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-041-1/+1
| | | | | OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.
* ispell (and minor modifications)Ulf Möller2000-02-031-3/+3
|
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-031-1/+1
| | | | | | | | Remove some "WTF??" casts from applications. Fixes to keep VC++ happy and avoid warnings. Docs tidy.
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-4/+0
| | | | | | | | as a shared library without RSA. Use #ifndef NO_SSL2 instead of NO_RSA in ssl/s2*.c. Submitted by: Kris Kennaway <kris@hub.freebsd.org> Modified by Ulf Möller
* some more patches for avoiding problems with non-automatic variablesBodo Möller1999-09-081-9/+6
|
* Remove redundant ifdef.Ulf Möller1999-05-131-4/+0
|
* VMS support bug fixes.Ulf Möller1999-05-131-1/+1
|
* VMS support.Ulf Möller1999-05-131-12/+18
| | | | Submitted by: Richard Levitte <richard@levitte.org>
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+4
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-8/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-14/+6
|
* Fix some more typosMark J. Cox1999-01-311-2/+2
| | | | | | Submitted by: Reviewed by: PR:
* Fix names in usage page of s_time, s_server and s_clientRalf S. Engelschall1999-01-281-2/+2
|
* Some more changes for renaming the binary from ssleay to openssl.Paul C. Sutton1999-01-021-1/+1
| | | | I wonder what eay.c is?
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-1/+2
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-16/+71
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+648