~ubuntu-branches/ubuntu/jaunty/libcrypto++/jaunty

« back to all changes in this revision

Viewing changes to test.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2006-03-16 23:08:48 UTC
  • mfrom: (3.1.2 dapper)
  • Revision ID: james.westby@ubuntu.com-20060316230848-wwtupzit1dy23s7s
Tags: 5.2.1c2a-3
* Patch source so that it compiles with GCC 4.1 .  More specifically,
  avoid mixing implicit calls to base classes and free-standing
  functions.
  (Closes: #356170).
* Use LDFLAGS=-pthread to fix linking errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
                        AES_CTR_Encrypt(argv[2], argv[3], argv[4], argv[5]);
292
292
                else if (command == "h")
293
293
                {
294
 
                        FileSource usage(PKGDATADIR "usage.dat", true, new FileSink(cout));
 
294
                        FileSource usage("usage.dat", true, new FileSink(cout));
295
295
                        return 1;
296
296
                }
297
297
                else