diff options
author | Rich Salz <rsalz@akamai.com> | 2015-05-08 05:41:07 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-09-22 06:40:31 +0200 |
commit | 18cd23df8a8f2edd800182e1ab62111e4b7f1dbe (patch) | |
tree | 06710877e9e087683be26e329c8328385f273573 /crypto/ts/ts_lib.c | |
parent | RT3479: Add UTF8 support to BIO_read_filename() (diff) | |
download | openssl-18cd23df8a8f2edd800182e1ab62111e4b7f1dbe.tar.xz openssl-18cd23df8a8f2edd800182e1ab62111e4b7f1dbe.zip |
Remove "noise" comments from TS files.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/ts/ts_lib.c')
-rw-r--r-- | crypto/ts/ts_lib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/ts/ts_lib.c b/crypto/ts/ts_lib.c index cd9c19f76a..0b4ee03608 100644 --- a/crypto/ts/ts_lib.c +++ b/crypto/ts/ts_lib.c @@ -66,10 +66,6 @@ #include <openssl/ts.h> #include "ts_lcl.h" -/* Local function declarations. */ - -/* Function definitions. */ - int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num) { BIGNUM *num_bn; |