diff options
author | lloyd <[email protected]> | 2011-05-17 20:44:00 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-17 20:44:00 +0000 |
commit | dedc258d16e714f8694c9a812277fb56e3874fe1 (patch) | |
tree | 8a23ae6d6336ffd1fe8daf7d208c2608d212ffc5 /doc | |
parent | b0560e9a8fee0391146e3b4ad25434950aba80e2 (diff) |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |