diff options
Diffstat (limited to 'usr/src/lib/libcryptoutil/common/mechkeygen.c')
-rw-r--r-- | usr/src/lib/libcryptoutil/common/mechkeygen.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libcryptoutil/common/mechkeygen.c b/usr/src/lib/libcryptoutil/common/mechkeygen.c index 586b913510..48e9ad1ffc 100644 --- a/usr/src/lib/libcryptoutil/common/mechkeygen.c +++ b/usr/src/lib/libcryptoutil/common/mechkeygen.c @@ -21,10 +21,9 @@ /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright 2012 Milan Jurik. All rights reserved. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <cryptoutil.h> /* @@ -355,7 +354,6 @@ pkcs11_mech2keygen(CK_MECHANISM_TYPE mech_type, CK_MECHANISM_TYPE *gen_mech) default: return (CKR_MECHANISM_INVALID); - break; } return (CKR_OK); |