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:43:20 +0000 (17:43 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 25 Jan 2011 17:43:20 +0000 (17:43 +0000)
commitc42d223ac24e676a627f13e63f6de66c212d5cbe
treece0c564e6cb317ef2a4a7fa6fdf3d1d59cd18e30
parentd5654d2b208245f0d45bd150774fdb5efd3fc05e
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