[btls] Create a native BTLS key handle for X509CertificateImplBtls.PrivateKey
[mono.git] / mono / btls / btls-key.h
index 85ee5b2f58a63eae86490c0ff3cfa60f204289db..a637399a291d1d0c64ddbbe35abfdd4d4fdda89e 100644 (file)
@@ -13,6 +13,9 @@
 #include <btls-ssl.h>
 #include <btls-x509.h>
 
+EVP_PKEY *
+mono_btls_key_new ();
+
 void
 mono_btls_key_free (EVP_PKEY *pkey);