Latest update.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#include "internal/cryptlib.h"
|
||||
#include "wp_locl.h"
|
||||
#include "wp_local.h"
|
||||
#include <string.h>
|
||||
|
||||
typedef unsigned char u8;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user