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

EC_KEY_free() private method

private EC_KEY_free ( IntPtr key ) : void
key System.IntPtr
return void
        public static extern void EC_KEY_free(IntPtr key);
Native