Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/apps/
Dapps.h598 # define EXT_COPY_NONE 0 macro
Dapps.c1075 *copy_type = EXT_COPY_NONE; in set_ext_copy()
1091 if (!x || !req || (copy_type == EXT_COPY_NONE)) in copy_extensions()
Dca.c255 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; in ca_main()