From: Richard Levitte Date: Tue, 14 Dec 2010 21:44:31 +0000 (+0000) Subject: Part of the IF structure didn't get pasted here... X-Git-Tag: OpenSSL-fips-2_0-rc1~893 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c596b2ab5b47b00db619ff3b9cba37697ad93679;ds=sidebyside Part of the IF structure didn't get pasted here... PR: 2393 --- diff --git a/apps/makeapps.com b/apps/makeapps.com index ab849e86c7..280acfd348 100644 --- a/apps/makeapps.com +++ b/apps/makeapps.com @@ -570,6 +570,13 @@ $! End The P1 Check. $! $ ENDIF $! +$! Check To See If P6 Is Blank. +$! +$ IF (P6.EQS."") +$ THEN +$ POINTER_SIZE = "" +$ ELSE +$! $! Check is P6 Is Valid $! $ IF (P6.EQS."32")