OpenSSL.Core.Native.EVP_MD_CTX_destroy C# (CSharp) Method

EVP_MD_CTX_destroy() private method

private EVP_MD_CTX_destroy ( IntPtr ctx ) : void
ctx System.IntPtr
return void
        public static extern void EVP_MD_CTX_destroy(IntPtr ctx);
Native