Entirely depending on the untar utility used, the resulting files may 
have variable length record format or stream_lf record format.  
Stream_lf record format is the format that C programs output by 
default.  So, in testenc.com, it means that if Makefile.ssl has been 
unpacked in variable length record format, backup will fail 
comparison, since the files p.txt-clear has been produced by the 
openssl application and is therefore saved in stream_lf record format.

The fix is to use CONVERT/FDL with a small FDL setting the stream_lf 
record format instead of COPY to copy Makefile.ssl to p.txt (as is 
currently done in testenc.com) or whatever else is copied to get an 
input file to test with.

-- 
Richard Levitte
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to