Files
MaxScale/aes/COMPILE_DEC
Massimiliano Pinto 5989a93b0d AES encrypt/decrypt demo programs.
Next they will be part of MaxScale
2013-07-19 14:31:18 +02:00

3 lines
65 B
Plaintext

gcc -c aes_decode.c
gcc -o aes_decode aes_decode.o utils.o -lssl