Skip to content
Snippets Groups Projects
Commit a9efcd8a authored by J.H.M. Dassen's avatar J.H.M. Dassen Committed by Niels Möller
Browse files

Include string.h. (jdassen@wi.leidenuniv.nl)

Rev: src/symmetric/md5.c:1.3
Rev: src/symmetric/sha.c:1.3
parent 0c88a814
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
#include "crypto_types.h"
#include "md5.h"
#include <string.h>
void md5_copy(struct md5_ctx *dest, struct md5_ctx *src)
{
int i;
......
......@@ -35,6 +35,8 @@ effort (for example the reengineering of a great many Capstone chips).
/* #include "port.h" */
#include "sha.h"
#include <string.h>
void sha_copy(struct sha_ctx *dest, struct sha_ctx *src)
{
int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment