File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ ASM_OBJS = s390xcpuid.o s390xcap.o s390x.o s390x-mont.o s390x-gf2m.o \
99 c_enc.o bf_enc.o des_enc.o ghash-s390x.o \
1010 threads_pthread.o async_posix.o \
1111 chacha-s390x.o poly1305-s390x.o \
12- keccak1600-s390x.o ecp_s390x_nistp.o
12+ keccak1600-s390x.o ecp_s390x_nistp.o \
13+ hmac_s390x.o
1314
1415# poly1305-s390x.o
1516
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ ASM_OBJS = s390xcpuid.o bn_asm.o s390xcap.o s390x-mont.o s390x-gf2m.o \
99 c_enc.o bf_enc.o des_enc.o ghash-s390x.o \
1010 threads_pthread.o async_posix.o \
1111 chacha-s390x.o poly1305-s390x.o \
12- keccak1600-s390x.o ecp_s390x_nistp.o
12+ keccak1600-s390x.o ecp_s390x_nistp.o \
13+ hmac_s390x.o
1314
1415# poly1305-s390x.o
1516
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ASM_OBJS = s390xcpuid.o s390x.o s390x-mont.o bn_nist.o ecp_nist.o s390xcap.o s3
1313 keccak1600-s390x.o ecp_s390x_nistp.o \
1414 ebcdic.o async_null.o \
1515 chacha-s390x.o poly1305-s390x.o \
16+ hmac_s390x.o \
1617
1718csvquery.o : asm/zos/csvquery.s
1819 -as -aegimrsx=$^ .list -m" GOFF,SYSPARM(USE_XPLINK),ESD" $^
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ ASM_OBJS = s390xcpuid.o s390x.o s390x-mont.o bn_nist.o ecp_nist.o s390xcap.o s3
2626 keccak1600-s390x.o ecp_s390x_nistp.o \
2727 ebcdic.o async_null.o \
2828 chacha-s390x.o poly1305-s390x.o \
29+ hmac_s390x.o \
2930
3031csvquery_64.o : asm/zos/csvquery_64.s
3132 -as -aegimrsx=$^ .list -m" GOFF,SYSPARM(USE_XPLINK),ESD" $^
You can’t perform that action at this time.
0 commit comments