Latest update.
This commit is contained in:
@@ -17,13 +17,21 @@ IF[{- !$disabled{asm} -}]
|
||||
ENDIF
|
||||
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
|
||||
|
||||
SOURCE[../../libcrypto]=wp_dgst.c $WPASM
|
||||
DEFINE[../../libcrypto]=$WPDEF
|
||||
|
||||
# When all deprecated symbols are removed, libcrypto doesn't export the
|
||||
# WHIRLPOOL functions, so we must include them directly in liblegacy.a
|
||||
IF[{- $disabled{"deprecated"}
|
||||
&& (defined $config{"api"} && $config{"api"} >= 30000) -}]
|
||||
SOURCE[../../providers/liblegacy.a]=wp_dgst.c $WPASM
|
||||
DEFINE[../../providers/liblegacy.a]=$WPDEF
|
||||
ENDIF
|
||||
|
||||
GENERATE[wp-mmx.s]=asm/wp-mmx.pl
|
||||
DEPEND[wp-mmx.s]=../perlasm/x86asm.pl
|
||||
|
||||
|
||||
@@ -36,6 +36,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Whirlpool low level APIs are deprecated for public use, but still ok for
|
||||
* internal use.
|
||||
*/
|
||||
#include "internal/deprecated.h"
|
||||
|
||||
#include "internal/cryptlib.h"
|
||||
#include "wp_local.h"
|
||||
#include <string.h>
|
||||
|
||||
@@ -52,6 +52,12 @@
|
||||
* input. This is done for performance.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Whirlpool low level APIs are deprecated for public use, but still ok for
|
||||
* internal use.
|
||||
*/
|
||||
#include "internal/deprecated.h"
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include "wp_local.h"
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user