Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/converters/dumpasn1/files/patch-dumpasn1.c
16461 views
1
--- dumpasn1.c.orig 2022-01-19 14:05:40 UTC
2
+++ dumpasn1.c
3
@@ -382,11 +382,13 @@ static OIDINFO *oidList = NULL;
4
beginning with a '$' uses the appropriate environment variable. In
5
addition under Unix we also walk down $PATH looking for it */
6
7
+#ifndef CONFIG_NAME
8
#ifdef __TANDEM_NSK__
9
#define CONFIG_NAME "asn1cfg"
10
#else
11
#define CONFIG_NAME "dumpasn1.cfg"
12
#endif /* __TANDEM_NSK__ */
13
+#endif
14
15
#if defined( __TANDEM_NSK__ )
16
17
18