1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
zzak 2013-04-16 02:24:09 +00:00
parent 582ba0a57c
commit a152c41e53
9 changed files with 20 additions and 9 deletions

View file

@ -206,7 +206,7 @@ ossl_hmac_s_digest(VALUE klass, VALUE digest, VALUE key, VALUE data)
/*
* call-seq:
* HMAC.digest(digest, key, data) -> aString
* HMAC.hexdigest(digest, key, data) -> aString
*
*/
static VALUE