yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 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 |