summaryrefslogtreecommitdiff
path: root/Cryptlib/Pem/CryptPemNull.c
AgeCommit message (Collapse)Author
2017-04-11Cryptlib: replace CryptPem with the Null versionGary Lin
CryptPem only provides one function: RsaGetPrivateKeyFromPem(). Since we don't need to retrieve any private key, it's safe to disable the function. Signed-off-by: Gary Lin <glin@suse.com>