diff options
author | 2008-03-12 13:12:42 +0000 | |
---|---|---|
committer | 2008-03-12 13:12:42 +0000 | |
commit | c4fa2e61b839211ca276c4036fc661a7f36a307e (patch) | |
tree | 19173626320fdec7495efde805ac6301e98ab167 /usr.bin/cvs/diff.c | |
parent | SNMP has a restricted BER encoding especially all encodings use the (diff) | |
download | wireguard-openbsd-c4fa2e61b839211ca276c4036fc661a7f36a307e.tar.xz wireguard-openbsd-c4fa2e61b839211ca276c4036fc661a7f36a307e.zip |
if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE)
not
if (class != BER_CLASS_UNIVERSAL && type != BER_TYPE_SEQUENCE)
the class and type need to be of correct.
OK reyk@
Diffstat (limited to 'usr.bin/cvs/diff.c')
0 files changed, 0 insertions, 0 deletions