loadkeys.h 352 B

12345678910111213141516171819
  1. /* NOCW */
  2. /*
  3. Please read the README file for condition of use, before
  4. using this software.
  5. Maurice Gittens <mgittens@gits.nl> January 1997
  6. */
  7. #ifndef LOADKEYS_H_SEEN
  8. #define LOADKEYS_H_SEEN
  9. #include <openssl/evp.h>
  10. EVP_PKEY * ReadPublicKey(const char *certfile);
  11. EVP_PKEY *ReadPrivateKey(const char *keyfile);
  12. #endif