]> granicus.if.org Git - libtirpc/commit
Fix: unresolved _crypt() symbols
authorThorsten Kukuk <kukuk@suse.de>
Wed, 6 May 2015 13:21:52 +0000 (09:21 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 6 May 2015 14:03:25 +0000 (10:03 -0400)
commit58cd17f99974dcb6ae4654a4fc0de525585d2470
treea24b2367723b9049895ef630963b6969ef8226ad
parentcf29aa829f80840f13d1d09a08cf96a2731aa96d
Fix: unresolved _crypt() symbols

auth_des.c is using the finctions from des_crypt.c.
So we should add this file, if we compile
auth_des.c, too.  Solves the problem with unresolved
functions cbc_crypt() and ebc_crypt().

Signed-off-by: Steve Dickson <steved@redhat.com>
src/Makefile.am
src/des_crypt.c
src/des_impl.c [new file with mode: 0644]