CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/06/01 23:17:45
Modified files: lib/libssl/src/ssl: dtls1.h Log message: Since pqueue is a private interface and the header defining the struct isn't even exported, there's no (sane) way for someone else to use the typedef. Eliminate the typedef and just use "struct _pqueue *". duplicate typedef pointed out by Brent Cook (busterb (at) gmail.com) ok miod@