47fe899194
gnoMint is a tool for an easy creation and management of Certification Authorities. It allows a fancy visualization of all the pieces that conform a CA: x509 certificates, CSRs, CRLs... Currently, it allows the creation of CAs, CSRs and Certificates, and export both public and private parts of them into PEM formatted files. It manages the revocation of the created certificates, as well as the creation of CRLs. <...> ok jasper@
13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2010/08/25 13:43:58 ajacoutot Exp $
|
|
--- configure.orig Wed Aug 25 09:59:19 2010
|
|
+++ configure Wed Aug 25 09:59:34 2010
|
|
@@ -14338,7 +14338,7 @@ fi
|
|
|
|
|
|
if test "x$GCC" = "xyes"; then
|
|
- CFLAGS="-Wall -Werror"
|
|
+ CFLAGS="-Wall"
|
|
if test "x$use_debug" = "xYes"; then
|
|
CFLAGS="$CFLAGS -g -O0"
|
|
fi
|