Home
last modified time | relevance | path

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

/openssl/test/recipes/90-test_includes_data/
H A Dincdir.cnf2 # Set includedir and expect to fail
4 .pragma includedir:/
/openssl/include/openssl/
H A Dconftypes.h40 char *includedir; member
/openssl/crypto/conf/
H A Dconf_def.c427 OPENSSL_free(conf->includedir); in def_load_bio()
428 if ((conf->includedir = OPENSSL_strdup(pval)) == NULL) { in def_load_bio()
446 include_dir = conf->includedir; in def_load_bio()
H A Dconf_api.c141 OPENSSL_free(conf->includedir); in _CONF_free_data()
/openssl/doc/man5/
H A Dconfig.pod51 be enforced with the B<abspath> and B<includedir> pragmas, described below.
79 .pragma [=] includedir:value
83 the value of the B<includedir> pragma, if it exists, is prepended to the
/openssl/Configurations/
H A Dunix-Makefile.tmpl1428 echo 'includedir=$${prefix}/include'; \
1437 echo 'Cflags: -I$${includedir}' ) > libcrypto.pc
1447 echo 'includedir=$${prefix}/include'; \
1454 echo 'Cflags: -I$${includedir}' ) > libssl.pc
1464 echo 'includedir=$${prefix}/include'; \
/openssl/
H A DCHANGES.md565 * Add "abspath" and "includedir" pragma's to config files, to prevent,

Completed in 64 milliseconds