From 12cf3bb84647d6fd16003f4e10305f03c811aa4b Mon Sep 17 00:00:00 2001 From: Arsalan Sufi Date: Thu, 12 Dec 2024 16:43:38 -0500 Subject: [PATCH] Remove outdated and now unused variable --- libs/auth/src/cryptography.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libs/auth/src/cryptography.ts b/libs/auth/src/cryptography.ts index 20174c4d98..a70d69daff 100644 --- a/libs/auth/src/cryptography.ts +++ b/libs/auth/src/cryptography.ts @@ -18,14 +18,6 @@ import { import { runCommand } from './shell'; import { tpmOpensslParams } from './tpm'; -/** - * The path to the OpenSSL config file - */ -export const OPENSSL_CONFIG_FILE_PATH = path.join( - __dirname, - '../certs/openssl.cnf' -); - /** * The static header for a public key in DER format */