Merge pull request #222 from guanzhi/GGSuchao-patch-1

Update serpent.c
This commit is contained in:
GGSuchao
2017-06-17 14:01:50 +08:00
committed by GitHub

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;