cyassl version define

This commit is contained in:
Todd A Ouska 2011-02-09 11:44:52 -08:00
parent 8be413170d
commit 09eda62f99
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
AC_INIT
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(cyassl,1.8.8)
AM_INIT_AUTOMAKE(cyassl,1.8.8) # !!! also change in ssl.h !!!
AM_CONFIG_HEADER(ctaocrypt/include/config.h)

View File

@ -39,6 +39,8 @@
#include "prefix_ssl.h"
#endif
#define CYASSL_VERSION "1.8.8"
#undef X509_NAME /* wincrypt.h clash */
#ifdef __cplusplus