rsa.h not required

This commit is contained in:
Vladimir Dubrovin 2025-03-14 19:56:58 +03:00
parent 81224b6708
commit 1bfa64303a

View File

@ -6,7 +6,6 @@
*/
#include "../../structures.h"
#include <openssl/rsa.h> /* SSLeay stuff */
#include <openssl/crypto.h>
#include <openssl/x509.h>
#include <openssl/pem.h>