| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/openscep/files/ |
Upload File : |
--- lib/payload.c.orig Mon Feb 25 00:40:01 2002
+++ lib/payload.c Thu May 19 16:26:46 2005
@@ -16,6 +16,7 @@
#include <missl.h>
#include <scepldap.h>
#include <fcntl.h>
+#include <openscep_err.h>
/*
* payload_build_original convert the original request into a bit string
@@ -68,7 +69,7 @@
p->rt = -1;
p->od.req = NULL;
return p;
- M_ASN1_New_Error(ASN1_F_X509_REQ_INFO_NEW); /* wrong error code */
+ M_ASN1_New_Error(OPENSCEP_F_PAYLOAD_NEW);
}
void payload_free(payload_t *a) {
@@ -171,7 +172,7 @@
ret->od.spki = d2i_NETSCAPE_SPKI(&r2, &u, l);
break;
}
- M_ASN1_D2I_Finish(a, payload_free, ASN1_F_D2I_X509_REQ_INFO);
+ M_ASN1_D2I_Finish(a, payload_free, OPENSCEP_F_D2I_PAYLOAD);
}
/*