OpenSolaris

Printable Version Enter a New Search
Bug ID 6746712
Synopsis PKCS#11 engine source code should be cstyle clean
State 10-Fix Delivered (Fix available in build)
Category:Subcategory solaris-crypto:openssl
Keywords rtiq_reviewed
Responsible Engineer Vladimir Kotal
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_100
Fixed In snv_100
Release Fixed solaris_nevada(snv_100)
Related Bugs
Submit Date 10-September-2008
Last Update Date 8-October-2008
Description
PKCS#11 engine source code has big number of cstyle warnings:

$ ls usr/src/common/openssl/crypto/engine/hw_pk11*.[ch] 
usr/src/common/openssl/crypto/engine/hw_pk11.c
usr/src/common/openssl/crypto/engine/hw_pk11_err.c
usr/src/common/openssl/crypto/engine/hw_pk11_err.h
usr/src/common/openssl/crypto/engine/hw_pk11_pub.c
$ cstyle usr/src/common/openssl/crypto/engine/hw_pk11*.[ch] | wc -l
    1176

While we try to adhere to OpenSSL C-style (i.e. trying to look similar as the rest
of OpenSSL source code) the code should be as C-style clean as possible, as the overlap between the 2 styles permits.
Work Around
N/A
Comments
N/A