summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-09-08 13:07:46 +0200
committerRichard Levitte <levitte@openssl.org>2020-09-10 09:50:56 +0200
commitb830e0042972a237c6677c071f1fcde5c1afbea7 (patch)
tree19ac35d4a1459e926a847e565da6b87be35661f9 /crypto/poly1305
parentbb30bce22b1f1e0dd6e3e33f28ddb24dc5b285ab (diff)
Diverse build.info: Adjust paths
Fixes #12815 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/12816)
Diffstat (limited to 'crypto/poly1305')
-rw-r--r--crypto/poly1305/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/poly1305/build.info b/crypto/poly1305/build.info
index b3078f21cc..9e4085f9fa 100644
--- a/crypto/poly1305/build.info
+++ b/crypto/poly1305/build.info
@@ -34,7 +34,7 @@ SOURCE[../../libcrypto]=poly1305.c $POLY1305ASM
# Implementations are now spread across several libraries, so the defines
# need to be applied to all affected libraries and modules.
DEFINE[../../libcrypto]=$POLY1305DEF
-DEFINE[../providers/libimplementations.a]=$POLY1305DEF
+DEFINE[../../providers/libimplementations.a]=$POLY1305DEF
GENERATE[poly1305-sparcv9.S]=asm/poly1305-sparcv9.pl
INCLUDE[poly1305-sparcv9.o]=..