added missing include

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@66 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-04-12 10:31:24 +00:00
parent 888c7d7ab6
commit 3a8bf5f09b

View File

@@ -22,6 +22,7 @@
#include <openssl/evp.h>
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/buffer.h>
#define ASN1_APP_EXP_OPT(stname, field, type, tag) ASN1_EX_TYPE(ASN1_TFLG_EXPTAG|ASN1_TFLG_APPLICATION|ASN1_TFLG_OPTIONAL, tag, stname, field, type)