RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmio/ tasn.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Thu 12 Aug 2010 - 14:43:01 CEST
Message-Id: <20100812124301.4FD7FCD7C3@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   12-Aug-2010 14:43:01
  Branch: HEAD                             Handle: 2010081212430100

  Modified files:
    rpm/rpmio               tasn.c

  Log:
    - sanity.

  Summary:
    Revision    Changes     Path
    2.2         +2  -2      rpm/rpmio/tasn.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/tasn.c
  ============================================================================
  $ cvs diff -u -r2.1 -r2.2 tasn.c
  --- rpm/rpmio/tasn.c	30 Jun 2010 22:05:26 -0000	2.1
  +++ rpm/rpmio/tasn.c	12 Aug 2010 12:43:01 -0000	2.2
  @@ -33,11 +33,11 @@
   main(int argc, char *argv[])
   {
       poptContext con = rpmioInit(argc, argv, rpmasnOptionsTable);
  -    static const char * _fn = "pkix.asn";
  +    static const char * _fn = "rpm.asn";
       rpmasn asn = rpmasnNew(_fn, 0);
       int ec = 0;
   
  -    asn1_print_structure(stdout, asn->tree, "PKIX1", ASN1_PRINT_ALL);
  +    asn1_print_structure(stdout, asn->tree, "RPM.DSASignature", ASN1_PRINT_ALL);
   
       asn = rpmasnFree(asn);
   
  @@ .
Received on Thu Aug 12 14:43:01 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.