summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_vms.c
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-6/+6
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-3/+3
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-021-1/+3
* VMS: be less picky when loading DSOsRichard Levitte2016-09-111-9/+7
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1
* VMS: update the properties of symbol searchRichard Levitte2016-03-231-4/+4
* Remove several unused undocumented functions.Rich Salz2016-03-231-9/+0
* Have only one DSO_METHOD_opensslRich Salz2016-03-221-8/+3
* Make DSO opaque.Rich Salz2016-03-221-5/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix some missing or faulty header file inclusionsRichard Levitte2015-12-301-1/+1
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-1/+2
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-12/+0
* dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte2015-01-301-1/+15
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-17/+17
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-416/+422
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* dso: eliminate VMS code on non-VMS systemsGeoff Thorpe2014-05-011-8/+8
* PR: 2589Dr. Stephen Henson2011-09-011-1/+1
* Make some Unix builds work again.Dr. Stephen Henson2011-03-251-1/+1
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-78/+99
* Stack changes made dso_vms.c not compile properly.Richard Levitte2008-12-161-6/+6
* Fix various incorrect error function codes.Bodo Möller2005-04-261-5/+5
* The first compile of the new merger method for VMS *almost* gotRichard Levitte2002-07-191-20/+19
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-151-1/+127
* On VMS, the norm is still that symbols are uppercased, so for now it's betterRichard Levitte2001-11-161-0/+4
* libfisdef.h and LIB do not exist on older VMS versionsRichard Levitte2001-04-031-2/+2
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-4/+7
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-3/+3
* Make the DSO code for VMS work again. First attempt.Richard Levitte2000-12-311-30/+24
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-261-2/+33
* None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe2000-10-081-26/+2
* Unless we cast, thorough compilers will complainRichard Levitte2000-09-181-1/+1
* Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte2000-09-171-10/+17
* Make sure dso_vms.c compiles on other operating systems as well.Richard Levitte2000-09-151-0/+2
* A DSO method for VMS was missing, and I had the code lying around...Richard Levitte2000-09-151-0/+362