summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-01-16 12:30:16 +0000
committerRichard Levitte <levitte@openssl.org>2000-01-16 12:30:16 +0000
commit29ccd81f58d459f72746792bc43d6536bff022ea (patch)
tree6a0fc8c41df409ba9284516373a5fdc4ff82df95 /crypto
parentb9d82f473593c04428a3b9f43f6749c6e3ed45e9 (diff)
Cut'n'paste error
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto-lib.com8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 1532c0dedf..4caf19f28a 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -833,6 +833,10 @@ $! Time To RETURN.
$!
$ RETURN
$!
+$! Check The User's Options.
+$!
+$ CHECK_OPTIONS:
+$!
$! Check To See If P1 Is Blank.
$!
$ IF (P1.EQS."ALL")
@@ -886,10 +890,6 @@ $! End The P1 Check.
$!
$ ENDIF
$!
-$! Check The User's Options.
-$!
-$ CHECK_OPTIONS:
-$!
$! Check To See If P2 Is Blank.
$!
$ IF (P2.EQS."NORSAREF")