X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ftrace.c;h=ba9b8dd742270b9f9085c1994755448b322a60ad;hp=18a8c641358668f29cc2e939dcc4976205dfefe6;hb=ba0a6d1deb20d81bbf89b365c5c73879cbe0fae7;hpb=2897b00905afdb53458dde387729568342d8910c diff --git a/crypto/trace.c b/crypto/trace.c old mode 100755 new mode 100644 index 18a8c64135..ba9b8dd742 --- a/crypto/trace.c +++ b/crypto/trace.c @@ -1,5 +1,5 @@ /* - * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -126,14 +126,18 @@ static const struct trace_category_st trace_categories[] = { TRACE_CATEGORY_(TLS), TRACE_CATEGORY_(TLS_CIPHER), TRACE_CATEGORY_(CONF), +#ifndef OPENSSL_NO_ENGINE TRACE_CATEGORY_(ENGINE_TABLE), TRACE_CATEGORY_(ENGINE_REF_COUNT), +#endif TRACE_CATEGORY_(PKCS5V2), TRACE_CATEGORY_(PKCS12_KEYGEN), TRACE_CATEGORY_(PKCS12_DECRYPT), TRACE_CATEGORY_(X509V3_POLICY), TRACE_CATEGORY_(BN_CTX), TRACE_CATEGORY_(STORE), + TRACE_CATEGORY_(DECODER), + TRACE_CATEGORY_(ENCODER), }; const char *OSSL_trace_get_category_name(int num)