From dedc258d16e714f8694c9a812277fb56e3874fe1 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 17 May 2011 20:44:00 +0000 Subject: Fix the very basic operations for encoding and decoding a certificate policies extension, though it's really not supported at all. Remove test code from secmem.h Fix building the examples --- doc/examples/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile index 44fcfeea5..94af4513a 100644 --- a/doc/examples/GNUmakefile +++ b/doc/examples/GNUmakefile @@ -3,7 +3,7 @@ BOTAN_CONFIG = botan-config CXX = g++ CFLAGS = -O2 -ansi -W -Wall -I../../build/include -LIBS = -L../.. -lbotan +LIBS = -L../.. -lbotan-1.9 SRCS=$(wildcard *.cpp) -- cgit v1.2.3