shithub: riscv

ref: 21cedbedb24c2af04ac3b141ff6ce112c5d6e582
dir: /sys/src/ape/lib/openssl/demos/maurice/loadkeys.h/

View raw version
/* NOCW */
/*
        Please read the README file for condition of use, before
        using this software.

        Maurice Gittens  <[email protected]>   January 1997

*/

#ifndef LOADKEYS_H_SEEN
#define LOADKEYS_H_SEEN

#include <openssl/evp.h>

EVP_PKEY * ReadPublicKey(const char *certfile);
EVP_PKEY *ReadPrivateKey(const char *keyfile);

#endif