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)
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)


No differences found