Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Aug 2017 10:32:55 +0000 (12:32 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Aug 2017 10:32:55 +0000 (12:32 +0200)
commit9237173eeba0a99de0d7a50f7b4a6149e983f866
tree0194e4bdb62e6bb1a5b5dee135c983ae067bcbeb
parent8d2214c0a49584044d96b80e846ac8f6df35a0ad
Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c

There already is a scrypt.c in crypto/kdf/, both becoming script.o or
script.obj.  With some linkers, the same object files name more than
once means one of them is dropped, either when building shared
libraries or when building executables from static libraries.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4164)
crypto/evp/build.info
crypto/evp/pbe_scrypt.c [moved from crypto/evp/scrypt.c with 100% similarity]