Fix nits in pod files.
[openssl.git] / doc / crypto / EVP_SealInit.pod
index cecd86d5280a5cc6069c433465acc9d1684133ec..32bf7b0fa36a53cabfd804a47eb4e0f21bf15752 100644 (file)
@@ -42,9 +42,9 @@ If the cipher does not require an IV then the B<iv> parameter is ignored
 and can be B<NULL>.
 
 EVP_SealUpdate() and EVP_SealFinal() have exactly the same properties
-as the EVP_EncryptUpdate() and EVP_EncryptFinal() routines, as 
+as the EVP_EncryptUpdate() and EVP_EncryptFinal() routines, as
 documented on the L<EVP_EncryptInit(3)> manual
-page. 
+page.
 
 =head1 RETURN VALUES