My Project
Loading...
Searching...
No Matches
dsa.h
1/* dsa.h for openSSL */
2
3#ifndef CYASSL_OPENSSL_DSA
4#define CYASSL_OPENSSL_DSA
5
6#define CyaSSL_DSA_LoadDer wolfSSL_DSA_LoadDer
7#define CyaSSL_DSA_do_sign wolfSSL_DSA_do_sign
8
9#include <cyassl/openssl/ssl.h>
10#include <wolfssl/openssl/dsa.h>
11#endif
12