diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-15 08:29:55 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-15 08:29:55 +0000 |
commit | 96cc677c96d61f4682edd62cfe2fb527f9245d25 (patch) | |
tree | 3ff096c193e94fed623a3253223d2013f02b6ddc /src/scepclient/pkcs10.c | |
parent | 683d66fe93aae487efbd7edf58dc5f32863178f1 (diff) | |
download | strongswan-96cc677c96d61f4682edd62cfe2fb527f9245d25.tar.bz2 strongswan-96cc677c96d61f4682edd62cfe2fb527f9245d25.tar.xz |
removed oid.txt and oid.pl in pluto subdir
Diffstat (limited to 'src/scepclient/pkcs10.c')
-rw-r--r-- | src/scepclient/pkcs10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scepclient/pkcs10.c b/src/scepclient/pkcs10.c index de3f06e18..86267f508 100644 --- a/src/scepclient/pkcs10.c +++ b/src/scepclient/pkcs10.c @@ -26,10 +26,10 @@ #include <arpa/inet.h> #include <freeswan.h> +#include <asn1/oid.h> #include "../pluto/constants.h" #include "../pluto/defs.h" -#include "../pluto/oid.h" #include "../pluto/asn1.h" #include "../pluto/pkcs1.h" #include "../pluto/log.h" |