diff options
| author | Rob Crittenden <rcritten@redhat.com> | 2014-11-12 11:48:23 -0500 |
|---|---|---|
| committer | Rob Crittenden <rcritten@redhat.com> | 2014-12-02 13:59:03 -0500 |
| commit | 2d1650900f4d47dc43400d826c0f7e1a7c5229b8 (patch) | |
| tree | 38c98ae8f113c11e22bd79376c8450fea6e5ec8e /nss_engine_kernel.c | |
| parent | 7b876fb247e1e337c236c8183d342ab182d6a837 (diff) | |
Add compatibility for mod_ssl-style cipher definitions
- Add Camelia ciphers
- Remove Fortezza ciphers
- Add TLSv1.2-specific ciphers
Resolves BZ: #862938
Diffstat (limited to 'nss_engine_kernel.c')
| -rw-r--r-- | nss_engine_kernel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nss_engine_kernel.c b/nss_engine_kernel.c index 4addb39..337ca67 100644 --- a/nss_engine_kernel.c +++ b/nss_engine_kernel.c @@ -13,6 +13,7 @@ * limitations under the License. */ #include "mod_nss.h" +#include "nss_engine_cipher.h" #include "secerr.h" static void HandshakeDone(PRFileDesc *fd, void *doneflag); |
