mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 08:02:54 +00:00
6 lines
122 B
C
6 lines
122 B
C
// by mikhailnov
|
|
#include <openssl/conf.h>
|
|
int main(){
|
|
char *f = NULL;
|
|
printf("%s", CONF_get1_default_config_file());
|
|
}
|