aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/x509')
-rw-r--r--src/daemon/https/x509/Makefile.am3
-rw-r--r--src/daemon/https/x509/x509.h6
2 files changed, 5 insertions, 4 deletions
diff --git a/src/daemon/https/x509/Makefile.am b/src/daemon/https/x509/Makefile.am
index c3a30f03..6121dd51 100644
--- a/src/daemon/https/x509/Makefile.am
+++ b/src/daemon/https/x509/Makefile.am
@@ -1,5 +1,6 @@
1 1
2AM_CPPFLAGS = -I./includes \ 2AM_CPPFLAGS = \
3-I$(top_srcdir)/src/include \
3-I$(top_srcdir)/src/daemon/https/includes \ 4-I$(top_srcdir)/src/daemon/https/includes \
4-I$(top_srcdir)/src/daemon/https/minitasn1 \ 5-I$(top_srcdir)/src/daemon/https/minitasn1 \
5-I$(top_srcdir)/src/daemon/https/lgl \ 6-I$(top_srcdir)/src/daemon/https/lgl \
diff --git a/src/daemon/https/x509/x509.h b/src/daemon/https/x509/x509.h
index c9bb22ef..8cef1d30 100644
--- a/src/daemon/https/x509/x509.h
+++ b/src/daemon/https/x509/x509.h
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#ifndef X509_H 25#ifndef X509_H
26# define X509_H 26#define X509_H
27 27
28#define MIN(X,Y) ((X) > (Y) ? (Y) : (X)); 28#define MIN(X,Y) ((X) > (Y) ? (Y) : (X));
29 29
@@ -781,8 +781,8 @@ typedef struct gnutls_x509_crt_int
781 781
782typedef struct gnutls_x509_privkey_int 782typedef struct gnutls_x509_privkey_int
783 { 783 {
784 mpi_t params[MAX_PRIV_PARAMS_SIZE]; /* the size of params depends on the public 784 mpi_t params[MAX_PRIV_PARAMS_SIZE]; /* the size of params depends on the public
785 * key algorithm 785 * key algorithm
786 */ 786 */
787 /* 787 /*
788 * RSA: [0] is modulus 788 * RSA: [0] is modulus