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

DH_check() private method

private DH_check ( IntPtr dh, int &codes ) : int
dh System.IntPtr
codes int
return int
        public static extern int DH_check(IntPtr dh, out int codes);
Native