module OpenSSL::Buffering

def printf(s, *args)

def printf(s, *args)
  do_write(s % args)
  nil
end