Hi! On Sat, 2018-10-06 at 15:16:07 +0800, Yangfl wrote: > Yangfl <mmyan...@gmail.com> 于2018年9月22日周六 上午9:22写道: > > Guillem Jover <guil...@debian.org> 于2018年9月22日周六 上午8:30写道: > > > The attached is what I'd include. > > > > $ ./a.out --test > > md5 self-test completed successfully. > > $ ldd ./a.out > > linux-vdso.so.1 (0x00007ffc941d6000) > > libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f0388a58000) > > libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f03888c4000) > > libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0388707000) > > /lib64/ld-linux-x86-64.so.2 (0x00007f0388c8b000) > > > > Looks great. Thanks!
> Any plan to release a new libmd version? Yes, had this in mind, and was planning on a release during this week, just got entangled with other stuff. I'll probably release today or tomorrow. Thanks, Guillem