summaryrefslogtreecommitdiff
path: root/lib/libcrypto/pem/pem_oth.c
AgeCommit message (Collapse)Author
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-21KNF.Joel Sing
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
2008-09-06resolve conflictsDamien Miller
2002-05-15import openssl-0.9.7-beta1Bob Beck