12345678910111213141516 |
- #include "stdafx.h"
- #include "AccessAuthConn.h"
- #include "mod_AccessAuth.h"
- #include "access_basefun.h"
- #ifdef RVC_OS_WIN
- #pragma comment(lib, "crypt32.lib")
- #include <windows.h>
- #include <Wincrypt.h>
- #include "MyBase64.h"
- #else
- #include "comm.h"
- #include "Event.h"
- #include <fstream>
- using namespace std;
- #endif // RVC_OS_WIN
- #define MY_ENCODING_TYPE (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING)
|