polarssl: add support for generating rsa keys
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39999 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
c4a4530996
commit
55a9bf9653
|
@ -80,16 +80,6 @@
|
|||
|
||||
/**
|
||||
* \def POLARSSL_ERROR_STRERROR_BC
|
||||
@@ -566,8 +566,8 @@
|
||||
* Enable the prime-number generation code.
|
||||
*
|
||||
* Requires: POLARSSL_BIGNUM_C
|
||||
- */
|
||||
#define POLARSSL_GENPRIME
|
||||
+ */
|
||||
|
||||
/**
|
||||
* \def POLARSSL_FS_IO
|
||||
@@ -662,8 +662,8 @@
|
||||
* \def POLARSSL_SELF_TEST
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue