Displaying 1 result from an estimated 1 matches for "dopenssl_no_idea".
2002 Jul 12
2
HP-UX slow login problem found?
...ptimization
arguments is able to produce some PA-RISC 2.0 specific instructions
which make it very fast in comparison (say by 100 clock cycles).
   cc +O3 +ESlit +DA2.0 +DS2.0 -Ae \
      -DOPENSSL_THREADS -D_REENTRANT -DDSO_DL -DOPENSSL_NO_KRB5 \
      -I/opt/gnu/include \
      -DOPENSSL_NO_RC5 -DOPENSSL_NO_IDEA -D_REENTRANT \
      -DB_ENDIAN -DMD32_XARRAY -c bn_word.c -o bn_word.o
Also throw in +Z if you're trying to make a shared library (but see
note about pa-risc2.s file above).
Except for those two files (pa-risc2.s and bn_word.c), you can use gcc
for everything else.  I've been using gcc 3...