Latest update.

This commit is contained in:
2019-10-17 23:54:38 +09:00
parent 41a23ae6f6
commit ee84d0dd84
1357 changed files with 41111 additions and 9603 deletions
+4
View File
@@ -18,7 +18,11 @@ IF[{- !$disabled{asm} -}]
ENDIF
SOURCE[../../libcrypto]=wp_dgst.c $WPASM
# Implementations are now spread across several libraries, so the defines
# need to be applied to all affected libraries and modules.
DEFINE[../../libcrypto]=$WPDEF
DEFINE[../../providers/libimplementations.a]=$WPDEF
GENERATE[wp-mmx.s]=asm/wp-mmx.pl
DEPEND[wp-mmx.s]=../perlasm/x86asm.pl
+1 -1
View File
@@ -37,7 +37,7 @@
*/
#include "internal/cryptlib.h"
#include "wp_locl.h"
#include "wp_local.h"
#include <string.h>
typedef unsigned char u8;
+1 -1
View File
@@ -53,7 +53,7 @@
*/
#include <openssl/crypto.h>
#include "wp_locl.h"
#include "wp_local.h"
#include <string.h>
int WHIRLPOOL_Init(WHIRLPOOL_CTX *c)