Skip to content
Snippets Groups Projects
Commit 249ea067 authored by Jannis Konrad's avatar Jannis Konrad
Browse files

Merge branch 'master' of git.fslab.de:jkonra2m/tinydtls-cython

parents 053d5d17 add4c573
No related branches found
No related tags found
No related merge requests found
tinydtls @ 178b945e
Subproject commit cc5863fa0e438ba1fa46c05f2a27cd8dd3d85b96 Subproject commit 178b945e5497b813b1239e2fbf57e34b7488745f
...@@ -23,7 +23,7 @@ class prepare_tinydtls(build_ext): ...@@ -23,7 +23,7 @@ class prepare_tinydtls(build_ext):
setup( setup(
name="DTLSSocket", name="DTLSSocket",
version='0.1.7', version='0.1.9',
description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface", description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
author = "Jannis Konrad", author = "Jannis Konrad",
author_email= "Jannis.Konrad@h-brs.de", author_email= "Jannis.Konrad@h-brs.de",
...@@ -51,7 +51,9 @@ setup( ...@@ -51,7 +51,9 @@ setup(
define_macros=[('DTLSv12', '1'), define_macros=[('DTLSv12', '1'),
('WITH_SHA256', '1'), ('WITH_SHA256', '1'),
('DTLS_CHECK_CONTENTTYPE', '1'), ('DTLS_CHECK_CONTENTTYPE', '1'),
('_GNU_SOURCE', '1')], ('_GNU_SOURCE', '1'),
undef_macros = [ "NDEBUG" ], ('NDEBUG', '1'),
],
# undef_macros = [ "NDEBUG" ],
),] ),]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment