Skip to content

Commit

Permalink
Remove outdated and now unused variable (#5746)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalansufi authored Dec 12, 2024
1 parent 0c5ca93 commit 588ed0b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libs/auth/src/cryptography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 588ed0b

Please sign in to comment.