Re: enabling engines (solved)

2003-01-28 Thread Aleix Conchillo Flaque
Aleix Conchillo Flaque <[EMAIL PROTECTED]> writes: > > ENGINE* > setup(char const* engine) > { > if (::ENGINE_by_id(engine) == NULL) > { > return NULL; > } > > ENGINE* e = ::ENGINE_by_id("dynamic"); > if (e) > { > if

enabling engines

2003-01-27 Thread Aleix Conchillo Flaque
hi, i've just started testing an ncipher hardware module using openssl. the "openssl" application seems to find the shared library (libnfhwcrhk.so), with just specifying "-engine chil". but my code, doesn't want to find the library. i get this error: "error:25066067:DSO support routines:DLFCN_L