~ubuntu-branches/ubuntu/quantal/sbsigntool/quantal-proposed

« back to all changes in this revision

Viewing changes to sbattach.c

  • Committer: Steve Langasek
  • Date: 2012-06-30 00:31:55 UTC
  • mfrom: (1.1.1)
  • Revision ID: steve.langasek@canonical.com-20120630003155-w3l61olzn33az6jn
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * along with this program; if not, write to the Free Software
16
16
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17
17
 * USA.
 
18
 *
 
19
 * In addition, as a special exception, the copyright holders give
 
20
 * permission to link the code of portions of this program with the OpenSSL
 
21
 * library under certain conditions as described in each individual source file,
 
22
 * and distribute linked combinations including the two.
 
23
 *
 
24
 * You must obey the GNU General Public License in all respects for all
 
25
 * of the code used other than OpenSSL. If you modify file(s) with this
 
26
 * exception, you may extend this exception to your version of the
 
27
 * file(s), but you are not obligated to do so. If you do not wish to do
 
28
 * so, delete this exception statement from your version. If you delete
 
29
 * this exception statement from all source files in the program, then
 
30
 * also delete it here.
18
31
 */
19
32
#define _GNU_SOURCE
20
33