ISO_pub_id
pubid = (char *)ISO_pub_id(h->iso_buf);
pubid = (char *)ISO_pub_id(h->unix_buf);
copystring(pubid, (char *)ISO_pub_id(unix_buf), 128);
copystring(pubid, (char *)ISO_pub_id(iso_buf), 128);
pubid = (char *)ISO_pub_id(iso_buf);
pubid = (char *)ISO_pub_id(unix_buf);
#define ISO_PUB_ID(x) ISO_pub_id(x)