You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
220 B

  1. --- a/crypto-openssl.c
  2. +++ b/crypto-openssl.c
  3. @@ -20,6 +20,7 @@
  4. #include <string.h>
  5. #include <errno.h>
  6. #include <openssl/pem.h>
  7. +#include <openssl/rsa.h>
  8. #include "config.h"
  9. #include "sysdep.h"
  10. #include "crypto.h"