Cut'n'paste error
authorRichard Levitte <levitte@openssl.org>
Sun, 16 Jan 2000 12:30:16 +0000 (12:30 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 16 Jan 2000 12:30:16 +0000 (12:30 +0000)
crypto/crypto-lib.com

index 1532c0dedf5902ae189cef1df07dbefa0922eb07..4caf19f28a49c1a8ee39d8db5830be38bbab0058 100644 (file)
@@ -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")