]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/des.c
tests: Move all test programs to a subdirectory
[ffmpeg] / libavutil / des.c
index 1dbedd92cd0f5e6d95a300ca61df8accb666172c..75a5d896fb16be827cadb5d205a61d934536cfd4 100644 (file)
@@ -111,7 +111,7 @@ static const uint8_t S_boxes[8][32] = {
 #else
 /**
  * This table contains the results of applying both the S-box and P-shuffle.
- * It can be regenerated by compiling des-test.c with "-DCONFIG_SMALL -DGENTABLES".
+ * It can be regenerated by compiling tests/des.c with "-DCONFIG_SMALL -DGENTABLES".
  */
 static const uint32_t S_boxes_P_shuffle[8][64] = {
     { 0x00808200, 0x00000000, 0x00008000, 0x00808202, 0x00808002, 0x00008202, 0x00000002, 0x00008000,