Fix non-dynamic (no dlopen) sudo build.

This commit is contained in:
Todd C. Miller
2011-11-13 21:24:54 -05:00
parent 19c98b62bf
commit f689afb5ee
4 changed files with 8 additions and 12 deletions

View File

@@ -51,7 +51,9 @@
extern int tgetpass_flags; /* XXX */
#if defined(HAVE_DLOPEN) || defined(HAVE_SHL_LOAD)
sudo_conv_t sudo_conv; /* NULL in sudo front-end */
#endif
/*
* Sudo conversation function.