Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
f9378d8f11fa93d0b4982e682eec8304b2bcf8ce
/
.
/
scripts
/
activate-config.pl
blob: 5b4e8f508b0c52b65c099e1dc11b5b400dd61750 [
file
] [
log
] [
blame
] [
raw
]
#!/usr/bin/perl
# DEPRECATED!
#
# activate a pre-defined configuration
print
"This script is deprecated!\n"
;
print
"See configs/README.txt regarding alternative config.h usage\n"
;
exit
1
;