Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified vendor/current/source4/heimdal/lib/hcrypto/engine.h

    r414 r740  
    5555#define ENGINE_set_name hc_ENGINE_set_name
    5656#define ENGINE_set_destroy_function hc_ENGINE_set_destroy_function
     57#define ENGINE_new hc_ENGINE_new
     58#define ENGINE_free hc_ENGINE_free
    5759#define ENGINE_up_ref hc_ENGINE_up_ref
    5860#define ENGINE_get_default_DH hc_ENGINE_get_default_DH
     
    6769typedef struct hc_engine ENGINE;
    6870
     71#define NID_md2                 0
     72#define NID_md4                 1
     73#define NID_md5                 2
     74#define NID_sha1                4
     75#define NID_sha256              5
     76
     77/*
     78 *
     79 */
     80
    6981#include <hcrypto/rsa.h>
    7082#include <hcrypto/dsa.h>
     
    7789typedef unsigned long (*openssl_v_check)(unsigned long);
    7890
     91ENGINE  *
     92        ENGINE_new(void);
     93int ENGINE_free(ENGINE *);
    7994void    ENGINE_add_conf_module(void);
    8095void    ENGINE_load_builtin_engines(void);
Note: See TracChangeset for help on using the changeset viewer.