turns printfs back on
[freebsd-src/fkvm-freebsd.git] / crypto / openssl / demos / maurice / loadkeys.h
blobd8fde86eb7facb0db2220299b9cdf8aa4a725e36
1 /* NOCW */
2 /*
3 Please read the README file for condition of use, before
4 using this software.
6 Maurice Gittens <mgittens@gits.nl> January 1997
8 */
10 #ifndef LOADKEYS_H_SEEN
11 #define LOADKEYS_H_SEEN
13 #include <openssl/evp.h>
15 EVP_PKEY * ReadPublicKey(const char *certfile);
16 EVP_PKEY *ReadPrivateKey(const char *keyfile);
18 #endif