Changeset 102

Show
Ignore:
Timestamp:
11/30/06 08:12:56 (2 years ago)
Author:
aj
Message:

replace rsa header files with rewrite.

Location:
trunk
Files:
1 added
1 removed
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r51 r102  
    11# Process this file with automake to create Makefile.in 
    22 
    3 SUBDIRS = . aclocal src rsaref  
    4 DIST_SUBDIRS = . aclocal doc src rsaref  
     3SUBDIRS = . aclocal src  
     4DIST_SUBDIRS = . aclocal doc src 
    55 
    66EXTRA_DIST = bootstrap depcomp $(shell ls examples/{README,Makefile,*.c}) 
  • trunk/configure.ac

    r98 r102  
    5555doc/Makefile 
    5656doc/doxygen.conf 
    57 rsaref/Makefile 
    5857src/Makefile 
    5958src/libp11.pc 
  • trunk/src/Makefile.am

    r54 r102  
    55EXTRA_DIST = Makefile.mak makedef.pl 
    66 
    7 INCLUDES = -I$(top_srcdir)/rsaref/ $(OPENSSL_CFLAGS) 
     7INCLUDES = $(OPENSSL_CFLAGS) 
    88 
    9 noinst_HEADERS= libp11-int.h 
     9noinst_HEADERS= libp11-int.h pkcs11.h 
    1010include_HEADERS= libp11.h 
    1111 
  • trunk/src/libp11-int.h

    r101 r102  
    2424#include <openssl/x509.h> 
    2525 
    26 #include <cryptoki.h> 
     26#define CRYPTOKI_EXPORTS 
     27#define CRYPTOKI_COMPAT 
     28#include <pkcs11.h> 
    2729 
    2830extern void *C_LoadModule(const char *name, CK_FUNCTION_LIST_PTR_PTR); 
  • trunk/src/libpkcs11.c

    r25 r102  
    2929#include <ltdl.h> 
    3030#include "libp11-int.h" 
    31 #include "cryptoki.h" 
    3231 
    3332#define MAGIC                   0xd00bed00