summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-06-07 11:37:39 +0000
committerStef Walter <stefw@collabora.co.uk>2011-06-07 11:37:39 +0000
commita5d3e34397d847a0c9b2e3aab7bd9f0b1080af05 (patch)
tree739e1231a58a154de40785be6f70fa8783b88e98
parentedf0b9584f1038797758b4ed878e1d9f48beda9f (diff)
downloadp11-kit-a5d3e34397d847a0c9b2e3aab7bd9f0b1080af05.tar.gz
Remove unstable API markers.
-rw-r--r--p11-kit/Makefile.am3
-rw-r--r--p11-kit/p11-kit.h9
-rw-r--r--p11-kit/uri.h9
-rw-r--r--tests/Makefile.am3
-rw-r--r--tools/Makefile.am3
5 files changed, 2 insertions, 25 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am
index 1f2de49..f46ef8a 100644
--- a/p11-kit/Makefile.am
+++ b/p11-kit/Makefile.am
@@ -1,7 +1,4 @@
-INCLUDES = \
- -DP11_KIT_API_SUBJECT_TO_CHANGE
-
incdir = $(includedir)/p11-kit-1/p11-kit
inc_HEADERS = \
diff --git a/p11-kit/p11-kit.h b/p11-kit/p11-kit.h
index bf4bbcd..f60e4ae 100644
--- a/p11-kit/p11-kit.h
+++ b/p11-kit/p11-kit.h
@@ -35,15 +35,6 @@
#ifndef __P11_KIT_H__
#define __P11_KIT_H__
-/*
- * To use this API, you need to be prepared for changes to the API,
- * and add the C flag: -DP11_KIT_API_SUBJECT_TO_CHANGE
- */
-
-#ifndef P11_KIT_API_SUBJECT_TO_CHANGE
-#error "This API has not yet reached stability."
-#endif
-
#include "p11-kit/pkcs11.h"
/*
diff --git a/p11-kit/uri.h b/p11-kit/uri.h
index ceb1f4b..2ce56e6 100644
--- a/p11-kit/uri.h
+++ b/p11-kit/uri.h
@@ -35,15 +35,6 @@
#ifndef P11_KIT_URI_H
#define P11_KIT_URI_H
-/*
- * To use this API, you need to be prepared for changes to the API,
- * and add the C flag: -DP11_KIT_API_SUBJECT_TO_CHANGE
- */
-
-#ifndef P11_KIT_API_SUBJECT_TO_CHANGE
-#error "This API has not yet reached stability."
-#endif
-
#include "p11-kit/pkcs11.h"
#ifdef __cplusplus
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bd72968..cabe1f7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,8 +3,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/p11-kit \
-I$(srcdir)/cutest \
- -DSRCDIR=\"$(srcdir)\" \
- -DP11_KIT_API_SUBJECT_TO_CHANGE
+ -DSRCDIR=\"$(srcdir)\"
noinst_PROGRAMS = \
hash-test \
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 03f11e6..2f4b6cc 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -2,8 +2,7 @@
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/p11-kit \
- -DSRCDIR=\"$(srcdir)\" \
- -DP11_KIT_API_SUBJECT_TO_CHANGE
+ -DSRCDIR=\"$(srcdir)\"
bin_PROGRAMS = \
p11-kit