From d7135c88ac7b45d8f16e64e850cf4de835036738 Mon Sep 17 00:00:00 2001 From: Hasan Date: Sat, 10 Jun 2017 18:40:57 -0400 Subject: [PATCH] Fix documentation typo --- openssl/src/rsa.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/rsa.rs b/openssl/src/rsa.rs index 792f7070..31e1a349 100644 --- a/openssl/src/rsa.rs +++ b/openssl/src/rsa.rs @@ -126,7 +126,7 @@ impl RsaRef { } } - /// Encrypts data using the private key, returning the number of encrypted bytes. + /// Encrypts data using the public key, returning the number of encrypted bytes. /// /// # Panics ///