Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions src/openssl_thali.c → openssl_thali.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@

/* openssl_thali.c */

/*
* Written by Srikanth Challa for the Thali project (thaliproject.org).
*/
#include <openssl/rsa.h>
#include <openssl/bn.h>
#include <openssl/ssl.h>
#include <openssl/rand.h>
#include <openssl/err.h>
#include <openssl/pkcs12.h>


#include "openssl_thali.h"
PKCS12* create_PKCS12_stream(int keysize, const char *password);


/* Local functions. */
Expand Down
11 changes: 0 additions & 11 deletions src/openssl_thali.h

This file was deleted.