OpenVPN
cryptoapi.h
Go to the documentation of this file.
1#ifndef _CRYPTOAPI_H_
2#define _CRYPTOAPI_H_
3
4int SSL_CTX_use_CryptoAPI_certificate(SSL_CTX *ssl_ctx, const char *cert_prop);
5
6
7#endif /* !_CRYPTOAPI_H_ */
int SSL_CTX_use_CryptoAPI_certificate(SSL_CTX *ssl_ctx, const char *cert_prop)
Definition cryptoapi.c:59