summaryrefslogtreecommitdiff
path: root/tlscommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'tlscommon.c')
-rw-r--r--tlscommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tlscommon.c b/tlscommon.c
index 8a8c2b7..eb2af8c 100644
--- a/tlscommon.c
+++ b/tlscommon.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2006-2009 Stig Venaas <venaas@uninett.no>
+ * Copyright (C) 2010 NORDUnet A/S
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -32,7 +33,6 @@
#include <openssl/md5.h>
#include <openssl/x509v3.h>
#include "debug.h"
-#include "list.h"
#include "hash.h"
#include "util.h"
#include "hostport.h"