Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dx509.c33 #define EXT_COPY_UNSET -1 macro
223 if (ext_copy != EXT_COPY_UNSET && ext_copy != EXT_COPY_NONE in x509_to_req()
259 int ext_copy = EXT_COPY_UNSET; in x509_main()
722 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) { in x509_main()
743 if (req != NULL && ext_copy != EXT_COPY_UNSET) { in x509_main()
H A Dreq.c48 #define EXT_COPY_UNSET -1 macro
247 int ext_copy = EXT_COPY_UNSET; in req_main()
832 if (ext_copy == EXT_COPY_UNSET) { in req_main()