Switch to unified view
a/src/utils/md5.cpp | b/src/utils/md5.cpp | ||
---|---|---|---|
... |
... |
||
391 | return true; |
391 | return true; |
392 | } |
392 | } |
393 | #else |
393 | #else |
394 | 394 | ||
395 | // Test driver |
395 | // Test driver |
396 | #include <stdio.h> |
||
396 | #include <stdlib.h> |
397 | #include <stdlib.h> |
397 | 398 | ||
398 | #include <string> |
399 | #include <string> |
399 | #include <iostream> |
400 | #include <iostream> |
400 | #include "md5.h" |
401 | #include "md5.h" |