>>772
うん駄目
別々にコンパイルしたくないから、静的リンクしたりと試行錯誤してるんだけどね
ssl、crypto、mdを静的リンクすると...

/usr/lib/libmd.a(sha1c.o)(.data+0x0): multiple definition of `SHA1_version'
/usr/lib/libcrypto.a(sha1dgst.o)(.data+0x0): first defined here
/usr/lib/libmd.a(sha1c.o)(.text+0x0): In function `SHA1_Init':
: multiple definition of `SHA1_Init'
/usr/lib/libcrypto.a(sha1dgst.o)(.text+0x35b8): first defined here
     :

...なんか衝突しているらしい、と現在に至るのでした