forked from wolfSSL/wolfssl
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
This commit is contained in:
@@ -19,14 +19,15 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#define HAVE_CONFIG_H
|
||||
#endif
|
||||
|
||||
#include "openssl/ssl.h"
|
||||
#include "ctc_rsa.h"
|
||||
#include "ctc_asn.h"
|
||||
#include <cyassl/openssl/ssl.h>
|
||||
#include <cyassl/ctaocrypt/ctc_rsa.h>
|
||||
#include <cyassl/ctaocrypt/ctc_asn.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
12
swig/include.am
Normal file
12
swig/include.am
Normal file
@@ -0,0 +1,12 @@
|
||||
# vim:ft=automake
|
||||
# All paths should be given relative to the root
|
||||
|
||||
EXTRA_DIST+= \
|
||||
swig/PythonBuild.sh \
|
||||
swig/README \
|
||||
swig/cyassl.i \
|
||||
swig/cyassl_adds.c \
|
||||
swig/python_cyassl.vcproj \
|
||||
swig/rsasign.py \
|
||||
swig/runme.py
|
||||
|
Reference in New Issue
Block a user