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

/freebsd-9.3-release/crypto/openssl/engines/
H A De_ubsec.c332 static const char *UBSEC_LIBNAME = NULL; variable
335 if (UBSEC_LIBNAME)
336 return UBSEC_LIBNAME;
342 if (UBSEC_LIBNAME)
343 OPENSSL_free((void *)UBSEC_LIBNAME);
344 UBSEC_LIBNAME = NULL;
350 return (((UBSEC_LIBNAME = BUF_strdup(name)) != NULL) ? 1 : 0);

Completed in 32 milliseconds