diff options
Diffstat (limited to 'libs/px5g/src/px5g.h')
-rw-r--r-- | libs/px5g/src/px5g.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libs/px5g/src/px5g.h b/libs/px5g/src/px5g.h deleted file mode 100644 index 47542b5c06..0000000000 --- a/libs/px5g/src/px5g.h +++ /dev/null @@ -1,16 +0,0 @@ -#include <lua.h> -#include <lualib.h> -#include <lauxlib.h> - -#include "polarssl/havege.h" -#include "polarssl/bignum.h" -#include "polarssl/x509.h" -#include "polarssl/rsa.h" - -#define PX5G_KEY_META "px5g.key" - -typedef struct px5g_rsa { - int stat; - havege_state hs; - rsa_context rsa; -} px5g_rsa; |