diff options
author | markus <> | 2002-09-12 20:53:48 +0000 |
---|---|---|
committer | markus <> | 2002-09-12 20:53:48 +0000 |
commit | f8f1d7fabf136ce9810602509c477d2c42bf6d1c (patch) | |
tree | 79ba8d2f1eb402a8b47ada9aeb8f5572d97d1b65 /src/lib/libssl/test/testenc.com | |
parent | 2a6851ef8adb0e84ff2515493d3704a13c6256b0 (diff) | |
download | openbsd-f8f1d7fabf136ce9810602509c477d2c42bf6d1c.tar.gz openbsd-f8f1d7fabf136ce9810602509c477d2c42bf6d1c.tar.bz2 openbsd-f8f1d7fabf136ce9810602509c477d2c42bf6d1c.zip |
import openssl-0.9.7-stable-SNAP-20020911 (without idea)
Diffstat (limited to 'src/lib/libssl/test/testenc.com')
-rw-r--r-- | src/lib/libssl/test/testenc.com | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/test/testenc.com b/src/lib/libssl/test/testenc.com index 3b66f2e0d0..c24fa388c0 100644 --- a/src/lib/libssl/test/testenc.com +++ b/src/lib/libssl/test/testenc.com | |||
@@ -9,7 +9,9 @@ $ test := p.txt | |||
9 | $ cmd := mcr 'exe_dir'openssl | 9 | $ cmd := mcr 'exe_dir'openssl |
10 | $ | 10 | $ |
11 | $ if f$search(test) .nes. "" then delete 'test';* | 11 | $ if f$search(test) .nes. "" then delete 'test';* |
12 | $ copy 'testsrc' 'test' | 12 | $ convert/fdl=sys$input: 'testsrc' 'test' |
13 | RECORD | ||
14 | FORMAT STREAM_LF | ||
13 | $ | 15 | $ |
14 | $ if f$search(test+"-cipher") .nes. "" then delete 'test'-cipher;* | 16 | $ if f$search(test+"-cipher") .nes. "" then delete 'test'-cipher;* |
15 | $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;* | 17 | $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;* |