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