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

NCONF_load() private method

private NCONF_load ( IntPtr conf, string file, int &eline ) : int
conf IntPtr
file string
eline int
return int
        public static extern int NCONF_load(IntPtr conf, string file, ref int eline);
Native