summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey_dsa.c
diff options
context:
space:
mode:
authorzzak <zzak@ruby-lang.org>2013-04-16 02:24:09 +0000
committerzzak <zzak@ruby-lang.org>2013-04-16 02:24:09 +0000
commitf7f5ca9de2ea815d45bf6967e589eefea6205096 (patch)
tree10a2bc7289cd8b7b3cb6c6df03c7904ccde05afe /ext/openssl/ossl_pkey_dsa.c
parent40310e34d7643500e3820ea307afcd4d0509d975 (diff)
downloadruby-openssl-history-f7f5ca9de2ea815d45bf6967e589eefea6205096.tar.gz
* ext/openssl/*: Document synonymous methods, by windwiny [GH-277]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_pkey_dsa.c')
-rw-r--r--ext/openssl/ossl_pkey_dsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/openssl/ossl_pkey_dsa.c b/ext/openssl/ossl_pkey_dsa.c
index ba28ba0..823b9b6 100644
--- a/ext/openssl/ossl_pkey_dsa.c
+++ b/ext/openssl/ossl_pkey_dsa.c
@@ -291,7 +291,9 @@ ossl_dsa_is_private(VALUE self)
/*
* call-seq:
+ * dsa.export([cipher, password]) -> aString
* dsa.to_pem([cipher, password]) -> aString
+ * dsa.to_s([cipher, password]) -> aString
*
* Encodes this DSA to its PEM encoding.
*