Re-add algorithms required by links

John S. Skogtvedt jss2k2 at chello.no
Mon Oct 2 21:24:08 CEST 2006


Daniele Forsi skrev:
> stsp wrote in dslinux-commit:
> 
>> Re-add algorithms required by links.
> 
> I get this error when building libssl:
> 
> making all in crypto/ecdsa...
> make[4]: *** No rule to make target `../../include/openssl/engine.h',
> needed by `ecs_lib.o'.  Stop.
> 
Looking at the cvs log stsp doesn't seem to have added the algorithms 
properly.
This is what I had to do when adding algorithms manually to OpenSSL a 
while ago (copied from August 8 forum post):

Managed to compile OpenSSL with ecdsa ecdh dh enabled:

vim Makefile:
change the DSLINUX section, remove -DOPENSSL_NO_DH etc
change SDIRS =, add dh ecdh ecdsa to the list

cd include/openssl/
ln -s ../crypto/dh/dh.h .
...




More information about the dslinux-devel mailing list