Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separate
authorDr. Stephen Henson <steve@openssl.org>
Tue, 25 Jan 2011 17:35:10 +0000 (17:35 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 25 Jan 2011 17:35:10 +0000 (17:35 +0000)
commit72a267331a603c925fae337e508d013eb0103c5e
tree62d0ecca98465e638eb850afc948edca55eece20
parent13a5519208f03403543d26ee46cdfab09394e171
Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separate
crypto and ENGINE dependencies in RSA library.
crypto/rsa/Makefile
crypto/rsa/rsa_crpt.c [new file with mode: 0644]
crypto/rsa/rsa_lib.c