diff options
Diffstat (limited to 'usr/src/common/openssl/crypto/mem_clr.c')
-rw-r--r-- | usr/src/common/openssl/crypto/mem_clr.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/common/openssl/crypto/mem_clr.c b/usr/src/common/openssl/crypto/mem_clr.c index a7aab089da..3b2da00cb9 100644 --- a/usr/src/common/openssl/crypto/mem_clr.c +++ b/usr/src/common/openssl/crypto/mem_clr.c @@ -56,6 +56,13 @@ * */ +/* + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. + */ + +#pragma ident "%Z%%M% %I% %E% SMI" + #include <string.h> #include <openssl/crypto.h> |