Change #include filenames from <foo.h> to <openssl.h>.
Submitted by: Reviewed by: PR:
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include "rsa.h"
|
||||
#include <openssl/rsa.h>
|
||||
|
||||
/* This is a simple program to generate an RSA private key. It then
|
||||
* saves both the public and private key into a char array, then
|
||||
|
Reference in New Issue
Block a user