X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=providers%2Fimplementations%2Fkdfs%2Fbuild.info;h=dee8f532fa3edaa335449bca023a1041f7c227e6;hp=8800b12f7e366694f427e00263926ca781ed8a06;hb=e42cf7180b4fb32e985f15484e04c7fb8afc11ab;hpb=5687e357c60b31dc274c6d14f1cd623d0cff469b;ds=sidebyside diff --git a/providers/implementations/kdfs/build.info b/providers/implementations/kdfs/build.info index 8800b12f7e..dee8f532fa 100644 --- a/providers/implementations/kdfs/build.info +++ b/providers/implementations/kdfs/build.info @@ -6,6 +6,9 @@ $HKDF_GOAL=../../libimplementations.a $KBKDF_GOAL=../../libimplementations.a $PBKDF2_GOAL=../../libimplementations.a $SSKDF_GOAL=../../libimplementations.a +$SCRYPT_GOAL=../../libimplementations.a +$SSHKDF_GOAL=../../libimplementations.a +$X942KDF_GOAL=../../libimplementations.a SOURCE[$TLS1_PRF_GOAL]=tls1_prf.c @@ -20,3 +23,7 @@ SOURCE[../../libfips.a]=pbkdf2_fips.c SOURCE[../../libnonfips.a]=pbkdf2_fips.c SOURCE[$SSKDF_GOAL]=sskdf.c + +SOURCE[$SCRYPT_GOAL]=scrypt.c +SOURCE[$SSHKDF_GOAL]=sshkdf.c +SOURCE[$X942KDF_GOAL]=x942kdf.c