Remove unnecessary trailing whitespace
[openssl.git] / crypto / engine / README
index 0050b9e50951cc98729c1acd4b219d92afb4cfd7..c7a5696ca14cd7a4330a70530b8983741e962c7f 100644 (file)
@@ -26,7 +26,7 @@ algorithm/mode pair are;
      EVP_EncryptInit(&ctx, cipher, key, iv);
      [ ... use EVP_EncryptUpdate() and EVP_EncryptFinal() ...]
 
-(ii) indirectly; 
+(ii) indirectly;
      OpenSSL_add_all_ciphers();
      cipher = EVP_get_cipherbyname("des_cbc");
      EVP_EncryptInit(&ctx, cipher, key, iv);