1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-01-12 06:25:32 +00:00
mbedtls/scripts/activate-config.pl
2014-04-30 16:40:22 +02:00

10 lines
190 B
Perl
Executable file

#!/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;