summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2006-07-04 11:44:01 +0000
committerMarcus Brinkmann <mb@g10code.com>2006-07-04 11:44:01 +0000
commit14084967ee4e88bcb2e2c6ea00688fcffc79d320 (patch)
tree7f63dd59e902b63fc8f5d56b5c8027597f917a1c /ChangeLog
parenteb9ebf3b7f1bceec03fa8785aa1138be29a73ff2 (diff)
downloadlibgcrypt-14084967ee4e88bcb2e2c6ea00688fcffc79d320.tar.gz
2006-07-04 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Call gl_TYPE_SOCKLEN_T instead of the other socklen_t checks. m4/ 2006-07-04 Marcus Brinkmann <marcus@g10code.de> * sys_socket_h.m4, socklen.m4, onceonly.m4: New files from gnulib. src/ 2006-07-04 Marcus Brinkmann <marcus@g10code.de> * gcrypt.h [!HAVE_SYS_SOCKET_H]: Do not include sys/socket.h, but the appropriate windows socket header.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a18e4754..ca448ad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-04 Marcus Brinkmann <marcus@g10code.de>
+
+ * configure.ac: Call gl_TYPE_SOCKLEN_T instead of the other
+ socklen_t checks.
+
2006-06-08 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (PTH_LIBS): Add --all to pth-config invocation.