diff --git a/src/openssl_thali.c b/openssl_thali.c similarity index 96% rename from src/openssl_thali.c rename to openssl_thali.c index 0fc96e8..336c7d3 100644 --- a/src/openssl_thali.c +++ b/openssl_thali.c @@ -1,12 +1,15 @@ /* openssl_thali.c */ -/* - * Written by Srikanth Challa for the Thali project (thaliproject.org). - */ +#include +#include +#include +#include +#include +#include -#include "openssl_thali.h" +PKCS12* create_PKCS12_stream(int keysize, const char *password); /* Local functions. */ diff --git a/src/openssl_thali.h b/src/openssl_thali.h deleted file mode 100644 index 70db2bf..0000000 --- a/src/openssl_thali.h +++ /dev/null @@ -1,11 +0,0 @@ - -#include -#include -#include -#include -#include -#include - - -PKCS12* create_PKCS12_stream(int keysize, const char *password); -