diff options
| author | Miloslav Trmač <mitr@redhat.com> | 2010-10-27 01:21:24 +0200 |
|---|---|---|
| committer | Miloslav Trmač <mitr@redhat.com> | 2010-10-27 01:21:24 +0200 |
| commit | 8f1254b8085ba2b189457e8f04abf19b5027f6a5 (patch) | |
| tree | 03d64de7bf9c295eba3267147a7e536219295a5a /lib | |
| parent | edd985803ffe80e42ba91838914dff1fc8b42780 (diff) | |
| download | ncrypto-8f1254b8085ba2b189457e8f04abf19b5027f6a5.tar.gz ncrypto-8f1254b8085ba2b189457e8f04abf19b5027f6a5.tar.xz ncrypto-8f1254b8085ba2b189457e8f04abf19b5027f6a5.zip | |
Drop obsolete FIXMEs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ncrypto_local.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ncrypto_local.c b/lib/ncrypto_local.c index d13f8a8..16bd781 100644 --- a/lib/ncrypto_local.c +++ b/lib/ncrypto_local.c @@ -144,7 +144,6 @@ ncr_symm_key_generate (struct ncr_symm_key **key, CK_MECHANISM_TYPE mech, CK_RV res; g_return_val_if_fail (key != NULL, CKR_ARGUMENTS_BAD); - /* FIXME: PKCS#11 modules should refuse keys with incorrect parity here */ switch (mech) { |
