delete crypto_headers.h, use global file instead

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16560 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-13 14:02:49 +00:00
parent a88ee830b5
commit 163c6cb7b5
9 changed files with 6 additions and 48 deletions

View File

@@ -34,9 +34,6 @@
#include "hx_locl.h"
RCSID("$Id$");
#include "crypto_headers.h"
#define pkcs1(name, number) \
static unsigned name##_oid_data[] = { 1, 2, 840, 113549, 1, 1, number }; \
static heim_oid name##_oid = { 7, name##_oid_data }