]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/des.c
Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'
[ffmpeg] / libavutil / des.c
index d3750952730bdc50e7f3195212683d966217c97d..69576661847df77eb7a18b5097f00586d434db3b 100644 (file)
@@ -104,7 +104,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,