Skip to content

Commit

Permalink
files.c: remove incomptabile #define OSSL_DEPRECATEDIN_3_1
Browse files Browse the repository at this point in the history
  • Loading branch information
DDvO committed Nov 22, 2024
1 parent 9dc9424 commit 16fcb38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libsecutils/src/storage/files.c
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/**
/**
* @file files.c
*
*
* @brief Private key, certificate, CSR (PKCS#10), and CRL file handling
*
* @copyright Copyright (c) Siemens Mobility GmbH, 2021
*
* @author David von Oheimb <[email protected]>
*
* This work is licensed under the terms of the Apache Software License
* This work is licensed under the terms of the Apache Software License
* 2.0. See the COPYING file in the top-level directory.
*
* SPDX-License-Identifier: Apache-2.0
*/

#define OPENSSL_NO_RC4 /* prevent errors on undeclared FORMAT_MSBLOB and FORMAT_PVK */
#define OSSL_DEPRECATEDIN_3_1
//#define OSSL_DEPRECATEDIN_3_1
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#ifndef OPENSSL_NO_ENGINE
Expand Down

0 comments on commit 16fcb38

Please sign in to comment.