Searched refs:biofp (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.c813 static FILE *biofp; /* GLOBAL */ variable
821 if (biofp)
823 ASSERT (!fclose (biofp));
824 biofp = NULL;
836 if (!biofp)
840 biofp = fopen (fn, "w");
841 ASSERT (biofp);
854 fprintf(biofp, "BIO_%s %s time=" time_format " bio=" ptr_format " len=%d data=%s\n",
856 fflush (biofp);
865 fprintf(biofp, "BI
[all...]

Completed in 29 milliseconds