Home
last modified time | relevance | path

Searched refs:bzl (Results 1 – 1 of 1) sorted by relevance

/openssl/apps/
H A Denc.c135 BIO *bzl = NULL; in enc_main() local
403 if ((bzl = BIO_new(BIO_f_zlib())) == NULL) in enc_main()
406 BIO_set_callback_ex(bzl, BIO_debug_callback_ex); in enc_main()
407 BIO_set_callback_arg(bzl, (char *)bio_err); in enc_main()
410 wbio = BIO_push(bzl, wbio); in enc_main()
412 rbio = BIO_push(bzl, rbio); in enc_main()
657 BIO_free(bzl); in enc_main()

Completed in 9 milliseconds