Yes, I did. It still failed. I manually made the symbolic links and the
compilation completed without problem.
But this should have been taken care of by Configure, should it not?
Alex
On 2/11/16, 1:07 AM, "openssl-users on behalf of Matt Caswell"
wrote:
>
>
>On 11/02/16 01:03, Alex Chen
On 11/02/16 01:03, Alex Chen wrote:
> I tried to build openssl 1.0.2f on MacOS with the following
> configuration options "Configure no-bf" but it failed because there is
> no header file blowfish.h in include/openssl directory.
> This does not happen in 1.0.2d where include/openssl/blowfish.h is
Do an initial config to get the symlinks copied, then do your 'real' config.
This will be fixed next time :)
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
I tried to build openssl 1.0.2f on MacOS with the following configuration
options "Configure no-bf" but it failed because there is no header file
blowfish.h in include/openssl directory.
This does not happen in 1.0.2d where include/openssl/blowfish.h is a
symbolic link to ../../crypto/bf/blowfish.h