--- [EMAIL PROTECTED] wrote:

> Hello openssl-users,
> 
>   For some peculiar reason I need to have a
> base64-encoded file to be
>   written as one single line.
>   Currently I get nice-looking, properly-wrapping
> files that I have to
>   edit manually.
>   What BIO flag should I set to avoid this
> formatting?
> 
>   Please comment.
>   Thank you in advance.
> 
If there is no solution u shud be happy with a
workaround. If I were you I would do something like

$cat pem-file | tr -d '\n' > pem-file-oneline.pem

HTH,
Girish
> -- 
> Best regards,
>  Tony                    mailto:[EMAIL PROTECTED]
> 
>
______________________________________________________________________
> OpenSSL Project                                
> http://www.openssl.org
> User Support Mailing List                   
> openssl-users@openssl.org
> Automated List Manager                          
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to