<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ui/ui.h, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-09-24T19:20:32+00:00</updated>
<entry>
<title>KNF and grammar tweaks for comments; wrap a few overlong prototypes.</title>
<updated>2020-09-24T19:20:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-09-24T19:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4809a5c52fe0b07db5e0aa03781e19959f612e98'/>
<id>urn:sha1:4809a5c52fe0b07db5e0aa03781e19959f612e98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a const qualifier to the argument of UI_method_get_closer(),</title>
<updated>2018-06-02T04:45:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-06-02T04:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d387237931d17dffcba378b52465111805acfef5'/>
<id>urn:sha1:d387237931d17dffcba378b52465111805acfef5</id>
<content type='text'>
UI_method_get_flusher(), UI_method_get_opener(),
UI_method_get_prompt_constructor(), UI_method_get_reader(), and
UI_method_get_writer().

tested in a bulk build by sthen
ok jsing
</content>
</entry>
<entry>
<title>UI_METHOD *UI_create_method(const char *name).</title>
<updated>2018-05-19T11:03:33+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-19T11:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=37e13e53fe85bb85974439fc82daff312864ba70'/>
<id>urn:sha1:37e13e53fe85bb85974439fc82daff312864ba70</id>
<content type='text'>
                            ^^^^^
tested in a bulk build by sthen
ok jsing
</content>
</entry>
<entry>
<title>Explicitly include &lt;openssl/opensslconf.h&gt; in every file that references</title>
<updated>2014-07-10T22:45:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-10T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62348213609ef233110561d1a6ed67ad66df1c7e'/>
<id>urn:sha1:62348213609ef233110561d1a6ed67ad66df1c7e</id>
<content type='text'>
an OPENSSL_NO_* define. This avoids relying on something else pulling it
in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is
never going to do anything, since OPENSSL_NO_XYZ will never defined, due
to the fact that opensslconf.h has not been included.

This also includes some miscellaneous sorting/tidying of headers.
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>c-file-style hints, begone; ok beck</title>
<updated>2014-06-11T01:53:03+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-11T01:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cfd4331825dbf02b7beeac7702b6022af4b0587'/>
<id>urn:sha1:3cfd4331825dbf02b7beeac7702b6022af4b0587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More KNF.</title>
<updated>2014-04-18T05:37:44+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-18T05:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81ed8f28b34f84ae146b524fb7a4e3594a87b0e6'/>
<id>urn:sha1:81ed8f28b34f84ae146b524fb7a4e3594a87b0e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change library to use intrinsic memory allocation functions instead of</title>
<updated>2014-04-17T13:37:50+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-04-17T13:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6aa5f85bab6ba5f9189fbc3d53a12e0f6dae48dd'/>
<id>urn:sha1:6aa5f85bab6ba5f9189fbc3d53a12e0f6dae48dd</id>
<content type='text'>
OPENSSL_foo wrappers. This changes:
OPENSSL_malloc-&gt;malloc
OPENSSL_free-&gt;free
OPENSSL_relloc-&gt;realloc
OPENSSL_freeFunc-&gt;free
</content>
</entry>
<entry>
<title>resolve conflicts</title>
<updated>2012-10-13T21:25:14+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-10-13T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=942650cdef05a877200cb7aff3a075935a5fd0cd'/>
<id>urn:sha1:942650cdef05a877200cb7aff3a075935a5fd0cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolve conflicts, fix local changes</title>
<updated>2010-10-01T22:59:01+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2010-10-01T22:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8922d4bc4a8b8893d72a48deb2cdf58215f98505'/>
<id>urn:sha1:8922d4bc4a8b8893d72a48deb2cdf58215f98505</id>
<content type='text'>
</content>
</entry>
</feed>
