Set security level to zero is ssltest
[openssl.git] / doc / ssl / SSL_free.pod
index 2d4f8b6168b33f26b64b377d877589854e0a35b7..13c1abd9ecff3ab99a47ce2a7bd8606ebb6520b2 100644 (file)
@@ -14,7 +14,7 @@ SSL_free - free an allocated SSL structure
 
 SSL_free() decrements the reference count of B<ssl>, and removes the SSL
 structure pointed to by B<ssl> and frees up the allocated memory if the
-the reference count has reached 0.
+reference count has reached 0.
 
 =head1 NOTES