Sha256: a5944d4289f831d60059e41576720dbf48b10893ab61dd4c6614787f96ca1990

Contents?: true

Size: 737 Bytes

Versions: 2

Compression:

Stored size: 737 Bytes

Contents

/*
 * XML Security Library
 *
 * globals.h: internal header only used during the compilation
 *
 * This is free software; see Copyright file in the source
 * distribution for preciese wording.
 *
 * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com>
 */
#ifndef __XMLSEC_GLOBALS_H__
#define __XMLSEC_GLOBALS_H__

/**
 * Use autoconf defines if present.
 */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */

#define IN_XMLSEC_CRYPTO
#define XMLSEC_PRIVATE


#define XMLSEC_GCRYPT_MAX_DIGEST_SIZE           256
#define XMLSEC_GCRYPT_REPORT_ERROR(err)         \
        "error code=%d; error message='%s'",    \
        (int)err, xmlSecErrorsSafeString(gcry_strerror((err)))

#endif /* ! __XMLSEC_GLOBALS_H__ */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xmlsec-shim-1.2.18.2 vendor/xmlsec1-1.2.18/src/gcrypt/globals.h
xmlsec-shim-1.2.18.1 vendor/xmlsec1-1.2.18/src/gcrypt/globals.h