mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-09 13:41:06 +08:00

It includes the --topology feature, and TAP-Win32 driver changes to allow non-admin access. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@580 e7ae566f-a301-0410-adde-c780ea21d3b5
8 lines
155 B
C
8 lines
155 B
C
#ifndef _CRYPTOAPI_H_
|
|
#define _CRYPTOAPI_H_
|
|
|
|
int SSL_CTX_use_CryptoAPI_certificate(SSL_CTX *ssl_ctx, const char *cert_prop);
|
|
|
|
|
|
#endif /* !_CRYPTOAPI_H_ */
|