]> granicus.if.org Git - p11-kit/commitdiff
Remove unstable API markers.
authorStef Walter <stefw@collabora.co.uk>
Tue, 7 Jun 2011 11:37:39 +0000 (11:37 +0000)
committerStef Walter <stefw@collabora.co.uk>
Tue, 7 Jun 2011 11:37:39 +0000 (11:37 +0000)
p11-kit/Makefile.am
p11-kit/p11-kit.h
p11-kit/uri.h
tests/Makefile.am
tools/Makefile.am

index 1f2de4932bb6d34b90920fe8ca266c4f7c7f102d..f46ef8af559d1bdf13507dded19d86238214bb64 100644 (file)
@@ -1,7 +1,4 @@
 
-INCLUDES = \
-       -DP11_KIT_API_SUBJECT_TO_CHANGE
-
 incdir = $(includedir)/p11-kit-1/p11-kit
 
 inc_HEADERS = \
index bf4bbcdfa4b50c3b9372d1304c7e96908a45ef07..f60e4ae69408e4d3b752b1058ab8615a2e958948 100644 (file)
 #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"
 
 /*
index ceb1f4b7b68596b238e69867ebb66a605fd418bd..2ce56e6886a8d42c00eb46103995ccfeec65dff0 100644 (file)
 #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
index bd72968a20a296be9d08e6cfcc385e291a1e2b9f..cabe1f7e251b5556ba66ccbf72787a9cd31d5362 100644 (file)
@@ -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 \
index 03f11e62d62fba950b6fe00e8ff1575f7d985118..2f4b6cc5133bf3a7e998b3bf4e65e2e5b1357e7f 100644 (file)
@@ -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