aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace old (and invalid) copyright notice.Dr. Stephen Henson2001-09-081-5/+55
|
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
| | | | | | | | | like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
* Yet more typesafety.Ben Laurie2000-05-211-4/+6
|
* Typesafe Thought Police part 4.Ben Laurie2000-05-161-7/+9
|
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-051-0/+85