Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Denc.c337 BIO *bzl = NULL; in enc_main() local
540 if ((bzl = BIO_new(BIO_f_zlib())) == NULL) in enc_main()
543 wbio = BIO_push(bzl, wbio); in enc_main()
545 rbio = BIO_push(bzl, rbio); in enc_main()
765 BIO_free(bzl); in enc_main()