From 008bef521c94e01cf1155fd313c4560b741e67bb Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 25 Sep 2014 13:18:22 -0400 Subject: [PATCH] RT3544: Must update TABLE after Configure change Also add comment to Configure reminding people to do that. Reviewed-by: Andy Polyakov --- Configure | 2 ++ TABLE | 34 ---------------------------------- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/Configure b/Configure index 4bbc61fb7a..0bbb477755 100755 --- a/Configure +++ b/Configure @@ -3,6 +3,8 @@ eval 'exec perl -S $0 ${1+"$@"}' if $running_under_some_shell; ## ## Configure -- OpenSSL source tree configuration script +## If editing this file, run this command before committing +## make -f Makefile.org TABLE ## require 5.000; diff --git a/TABLE b/TABLE index 72c7dc3812..910b2ae091 100644 --- a/TABLE +++ b/TABLE @@ -5678,40 +5678,6 @@ $ranlib = $arflags = $multilib = -*** rhapsody-ppc-cc -$cc = cc -$cflags = -O3 -DB_ENDIAN -$unistd = -$thread_cflag = (unknown) -$sys_id = MACOSX_RHAPSODY -$lflags = -$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR -$cpuid_obj = -$bn_obj = -$ec_obj = -$des_obj = -$aes_obj = -$bf_obj = -$md5_obj = -$sha1_obj = -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = -$modes_obj = -$engines_obj = -$perlasm_scheme = void -$dso_scheme = -$shared_target= -$shared_cflag = -$shared_ldflag = -$shared_extension = -$ranlib = -$arflags = -$multilib = - *** sco5-cc $cc = cc $cflags = -belf -- GitLab