~ubuntu-branches/ubuntu/saucy/openvpn/saucy

1
2
3
4
5
6
7
#ifndef _CRYPTOAPI_H_
#define _CRYPTOAPI_H_

int SSL_CTX_use_CryptoAPI_certificate(SSL_CTX *ssl_ctx, const char *cert_prop);


#endif /* !_CRYPTOAPI_H_ */