summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cmac/cm_ameth.c
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-18Change the pkey.ptr from char * to void *Theo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-06-21More KNF.Joel Sing
2014-06-21KNFMiod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2012-10-13import OpenSSL-1.0.1cDamien Miller