#include <openssl/evp.h>Go to the source code of this file.
Functions | |
| EVP_PKEY * | ReadPublicKey (const char *certfile) |
| EVP_PKEY * | ReadPrivateKey (const char *keyfile) |
| EVP_PKEY* ReadPrivateKey | ( | const char * | keyfile | ) |
Definition at line 54 of file loadkeys.c.
| EVP_PKEY* ReadPublicKey | ( | const char * | certfile | ) |
Definition at line 25 of file loadkeys.c.
1.8.2