tracking down insane socket tester bugs on windoze, where the main culprit so far...
[feisty_meow.git] / nucleus / library / crypto / rsa_crypto.h
index eb642caef45d0c47e84535a68cad9d212233885d..b2419309fe2ccb12dce9eb2cbd12a44219e0a763 100644 (file)
 #include <basis/byte_array.h>
 #include <basis/contracts.h>
 
-#include <openssl/rsa.h>
-
 // forward.
 //struct RSA;
+typedef struct rsa_st RSA;
 
 namespace crypto {