Update serpent.c

This commit is contained in:
GGSuchao
2017-06-17 13:53:33 +08:00
committed by GitHub
parent 30537d4a63
commit 2f03384758

View File

@@ -76,7 +76,7 @@ POSSIBILITY OF SUCH DAMAGE. */
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/serpent.h>
#include "serpent_locl.h"
static void serpent_whiten(serpent_blk *dst, serpent_key_t *src, int idx) {
uint8_t i;