Update "OAEP reconsidered" comment
[openssl.git] / Configure
index 718c2e63dabe2304ed2d8342bbfcae3d28d82909..8a111cc22a7a85540a606a9a36fbdd2ba4248e93 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -426,6 +426,9 @@ my %table=(
 ##### Sony NEWS-OS 4.x
 "newsos4-gcc","gcc:-O -DB_ENDIAN -DNEWS4::(unknown):-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",
 
+##### GNU Hurd
+"hurd-x86",  "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall::-D_REENTRANT:-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
+
 );
 
 my @WinTargets=qw(VC-NT VC-WIN32 VC-WIN16 VC-W31-16 VC-W31-32 VC-MSDOS BC-32
@@ -682,6 +685,7 @@ if ($no_krb5
        {
        $cflags="-DNO_KRB5 $cflags";
        $options.=" no-krb5" unless $no_krb5;
+       $openssl_algorithm_defines .= "#define NO_KRB5\n";
        }
 else
        {