~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to src/global/smtp_reply_footer.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.34) (39.1.16 trunk)
  • Revision ID: package-import@ubuntu.com-20120320134716-o62kosz3odzt1rh6
Tags: 2.9.1-2
Drop unnecessary openssl check, since sonames will save us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/*      const char *(*lookup) (const char *name, char *context);
16
16
/*      char    *context;
17
17
/* DESCRIPTION
18
 
/*      smtp_reply_footer() expands a reply template to an existing
19
 
/*      reply text.
 
18
/*      smtp_reply_footer() expands a reply template, and appends
 
19
/*      the result to an existing reply text.
20
20
/*
21
21
/*      Arguments:
22
22
/* .IP buffer